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