#[non_exhaustive]pub struct ContainerDistributionConfiguration { /* private fields */ }
Expand description
Container distribution settings for encryption, licensing, and sharing in a specific Region.
Implementations§
source§impl ContainerDistributionConfiguration
impl ContainerDistributionConfiguration
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the container distribution configuration.
Tags that are attached to the container distribution configuration.
sourcepub fn target_repository(&self) -> Option<&TargetContainerRepository>
pub fn target_repository(&self) -> Option<&TargetContainerRepository>
The destination repository for the container distribution configuration.
source§impl ContainerDistributionConfiguration
impl ContainerDistributionConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ContainerDistributionConfiguration
.
Trait Implementations§
source§impl Clone for ContainerDistributionConfiguration
impl Clone for ContainerDistributionConfiguration
source§fn clone(&self) -> ContainerDistributionConfiguration
fn clone(&self) -> ContainerDistributionConfiguration
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 PartialEq<ContainerDistributionConfiguration> for ContainerDistributionConfiguration
impl PartialEq<ContainerDistributionConfiguration> for ContainerDistributionConfiguration
source§fn eq(&self, other: &ContainerDistributionConfiguration) -> bool
fn eq(&self, other: &ContainerDistributionConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.