Struct aws_sdk_lambda::model::CodeSigningConfig [−][src]
#[non_exhaustive]pub struct CodeSigningConfig {
pub code_signing_config_id: Option<String>,
pub code_signing_config_arn: Option<String>,
pub description: Option<String>,
pub allowed_publishers: Option<AllowedPublishers>,
pub code_signing_policies: Option<CodeSigningPolicies>,
pub last_modified: Option<String>,
}Expand description
Details about a Code signing configuration.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.code_signing_config_id: Option<String>Unique identifer for the Code signing configuration.
code_signing_config_arn: Option<String>The Amazon Resource Name (ARN) of the Code signing configuration.
description: Option<String>Code signing configuration description.
allowed_publishers: Option<AllowedPublishers>List of allowed publishers.
code_signing_policies: Option<CodeSigningPolicies>The code signing policy controls the validation failure action for signature mismatch or expiry.
last_modified: Option<String>The date and time that the Code signing configuration was last modified, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
Implementations
Creates a new builder-style object to manufacture CodeSigningConfig
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CodeSigningConfig
impl Send for CodeSigningConfig
impl Sync for CodeSigningConfig
impl Unpin for CodeSigningConfig
impl UnwindSafe for CodeSigningConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more