Struct aws_sdk_lambda::model::CodeSigningConfig
source · #[non_exhaustive]pub struct CodeSigningConfig { /* private fields */ }Expand description
Details about a Code signing configuration.
Implementations§
source§impl CodeSigningConfig
impl CodeSigningConfig
sourcepub fn code_signing_config_id(&self) -> Option<&str>
pub fn code_signing_config_id(&self) -> Option<&str>
Unique identifer for the Code signing configuration.
sourcepub fn code_signing_config_arn(&self) -> Option<&str>
pub fn code_signing_config_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the Code signing configuration.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
Code signing configuration description.
sourcepub fn allowed_publishers(&self) -> Option<&AllowedPublishers>
pub fn allowed_publishers(&self) -> Option<&AllowedPublishers>
List of allowed publishers.
sourcepub fn code_signing_policies(&self) -> Option<&CodeSigningPolicies>
pub fn code_signing_policies(&self) -> Option<&CodeSigningPolicies>
The code signing policy controls the validation failure action for signature mismatch or expiry.
sourcepub fn last_modified(&self) -> Option<&str>
pub fn last_modified(&self) -> Option<&str>
The date and time that the Code signing configuration was last modified, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
source§impl CodeSigningConfig
impl CodeSigningConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CodeSigningConfig.
Trait Implementations§
source§impl Clone for CodeSigningConfig
impl Clone for CodeSigningConfig
source§fn clone(&self) -> CodeSigningConfig
fn clone(&self) -> CodeSigningConfig
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 CodeSigningConfig
impl Debug for CodeSigningConfig
source§impl PartialEq<CodeSigningConfig> for CodeSigningConfig
impl PartialEq<CodeSigningConfig> for CodeSigningConfig
source§fn eq(&self, other: &CodeSigningConfig) -> bool
fn eq(&self, other: &CodeSigningConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.