#[non_exhaustive]pub struct DeleteCodeSigningConfigInput { /* private fields */ }Implementations§
source§impl DeleteCodeSigningConfigInput
impl DeleteCodeSigningConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCodeSigningConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCodeSigningConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteCodeSigningConfig>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteCodeSigningConfigInput.
source§impl DeleteCodeSigningConfigInput
impl DeleteCodeSigningConfigInput
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.
Trait Implementations§
source§impl Clone for DeleteCodeSigningConfigInput
impl Clone for DeleteCodeSigningConfigInput
source§fn clone(&self) -> DeleteCodeSigningConfigInput
fn clone(&self) -> DeleteCodeSigningConfigInput
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 DeleteCodeSigningConfigInput
impl Debug for DeleteCodeSigningConfigInput
source§impl PartialEq<DeleteCodeSigningConfigInput> for DeleteCodeSigningConfigInput
impl PartialEq<DeleteCodeSigningConfigInput> for DeleteCodeSigningConfigInput
source§fn eq(&self, other: &DeleteCodeSigningConfigInput) -> bool
fn eq(&self, other: &DeleteCodeSigningConfigInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.