Struct aws_sdk_lambda::output::GetCodeSigningConfigOutput
source · #[non_exhaustive]pub struct GetCodeSigningConfigOutput { /* private fields */ }Implementations§
source§impl GetCodeSigningConfigOutput
impl GetCodeSigningConfigOutput
sourcepub fn code_signing_config(&self) -> Option<&CodeSigningConfig>
pub fn code_signing_config(&self) -> Option<&CodeSigningConfig>
The code signing configuration
source§impl GetCodeSigningConfigOutput
impl GetCodeSigningConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCodeSigningConfigOutput.
Trait Implementations§
source§impl Clone for GetCodeSigningConfigOutput
impl Clone for GetCodeSigningConfigOutput
source§fn clone(&self) -> GetCodeSigningConfigOutput
fn clone(&self) -> GetCodeSigningConfigOutput
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 GetCodeSigningConfigOutput
impl Debug for GetCodeSigningConfigOutput
source§impl PartialEq<GetCodeSigningConfigOutput> for GetCodeSigningConfigOutput
impl PartialEq<GetCodeSigningConfigOutput> for GetCodeSigningConfigOutput
source§fn eq(&self, other: &GetCodeSigningConfigOutput) -> bool
fn eq(&self, other: &GetCodeSigningConfigOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.