Struct aws_sdk_cloudfront::output::CopyDistributionOutput
source · #[non_exhaustive]pub struct CopyDistributionOutput { /* private fields */ }
Implementations§
source§impl CopyDistributionOutput
impl CopyDistributionOutput
sourcepub fn distribution(&self) -> Option<&Distribution>
pub fn distribution(&self) -> Option<&Distribution>
A distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.
source§impl CopyDistributionOutput
impl CopyDistributionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CopyDistributionOutput
.
Trait Implementations§
source§impl Clone for CopyDistributionOutput
impl Clone for CopyDistributionOutput
source§fn clone(&self) -> CopyDistributionOutput
fn clone(&self) -> CopyDistributionOutput
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 CopyDistributionOutput
impl Debug for CopyDistributionOutput
source§impl PartialEq<CopyDistributionOutput> for CopyDistributionOutput
impl PartialEq<CopyDistributionOutput> for CopyDistributionOutput
source§fn eq(&self, other: &CopyDistributionOutput) -> bool
fn eq(&self, other: &CopyDistributionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.