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