Struct aws_sdk_imagebuilder::model::ContainerDistributionConfiguration [−][src]
#[non_exhaustive]pub struct ContainerDistributionConfiguration {
pub description: Option<String>,
pub container_tags: Option<Vec<String>>,
pub target_repository: Option<TargetContainerRepository>,
}
Expand description
Container distribution settings for encryption, licensing, and sharing in a specific Region.
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.description: Option<String>
The description of the container distribution configuration.
Tags that are attached to the container distribution configuration.
target_repository: Option<TargetContainerRepository>
The destination repository for the container distribution configuration.
Implementations
The description of the container distribution configuration.
Tags that are attached to the container distribution configuration.
The destination repository for the container distribution configuration.
Creates a new builder-style object to manufacture ContainerDistributionConfiguration
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 ContainerDistributionConfiguration
impl Sync for ContainerDistributionConfiguration
impl Unpin for ContainerDistributionConfiguration
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