Struct aws_sdk_cloudfront::output::GetDistributionOutput
source · #[non_exhaustive]pub struct GetDistributionOutput { /* private fields */ }
Expand description
The returned result of the corresponding request.
Implementations§
source§impl GetDistributionOutput
impl GetDistributionOutput
sourcepub fn distribution(&self) -> Option<&Distribution>
pub fn distribution(&self) -> Option<&Distribution>
The distribution's information.
source§impl GetDistributionOutput
impl GetDistributionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDistributionOutput
.
Trait Implementations§
source§impl Clone for GetDistributionOutput
impl Clone for GetDistributionOutput
source§fn clone(&self) -> GetDistributionOutput
fn clone(&self) -> GetDistributionOutput
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 more