Struct aws_sdk_imagebuilder::model::DistributionConfigurationSummary [−][src]
#[non_exhaustive]pub struct DistributionConfigurationSummary {
pub arn: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub date_created: Option<String>,
pub date_updated: Option<String>,
pub tags: Option<HashMap<String, String>>,
pub regions: Option<Vec<String>>,
}
Expand description
A high-level overview of a distribution 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.arn: Option<String>
The Amazon Resource Name (ARN) of the distribution configuration.
name: Option<String>
The name of the distribution configuration.
description: Option<String>
The description of the distribution configuration.
date_created: Option<String>
The date on which the distribution configuration was created.
date_updated: Option<String>
The date on which the distribution configuration was updated.
The tags associated with the distribution configuration.
regions: Option<Vec<String>>
A list of Regions where the container image is distributed to.
Implementations
The Amazon Resource Name (ARN) of the distribution configuration.
The description of the distribution configuration.
The date on which the distribution configuration was created.
The date on which the distribution configuration was updated.
The tags associated with the distribution configuration.
Creates a new builder-style object to manufacture DistributionConfigurationSummary
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 Send for DistributionConfigurationSummary
impl Sync for DistributionConfigurationSummary
impl Unpin for DistributionConfigurationSummary
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