#[non_exhaustive]pub struct UpdateCodeSigningConfigInput { /* private fields */ }Implementations§
source§impl UpdateCodeSigningConfigInput
impl UpdateCodeSigningConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateCodeSigningConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateCodeSigningConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateCodeSigningConfig>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateCodeSigningConfigInput.
source§impl UpdateCodeSigningConfigInput
impl UpdateCodeSigningConfigInput
sourcepub fn code_signing_config_arn(&self) -> Option<&str>
pub fn code_signing_config_arn(&self) -> Option<&str>
The The Amazon Resource Name (ARN) of the code signing configuration.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
Descriptive name for this code signing configuration.
sourcepub fn allowed_publishers(&self) -> Option<&AllowedPublishers>
pub fn allowed_publishers(&self) -> Option<&AllowedPublishers>
Signing profiles for this code signing configuration.
sourcepub fn code_signing_policies(&self) -> Option<&CodeSigningPolicies>
pub fn code_signing_policies(&self) -> Option<&CodeSigningPolicies>
The code signing policy.
Trait Implementations§
source§impl Clone for UpdateCodeSigningConfigInput
impl Clone for UpdateCodeSigningConfigInput
source§fn clone(&self) -> UpdateCodeSigningConfigInput
fn clone(&self) -> UpdateCodeSigningConfigInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for UpdateCodeSigningConfigInput
impl Debug for UpdateCodeSigningConfigInput
source§impl PartialEq<UpdateCodeSigningConfigInput> for UpdateCodeSigningConfigInput
impl PartialEq<UpdateCodeSigningConfigInput> for UpdateCodeSigningConfigInput
source§fn eq(&self, other: &UpdateCodeSigningConfigInput) -> bool
fn eq(&self, other: &UpdateCodeSigningConfigInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.