Struct aws_sdk_cloudfront::output::GetInvalidationOutput
source · [−]#[non_exhaustive]pub struct GetInvalidationOutput { /* private fields */ }
Expand description
The returned result of the corresponding request.
Implementations
sourceimpl 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.
sourceimpl GetInvalidationOutput
impl GetInvalidationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetInvalidationOutput
.
Trait Implementations
sourceimpl Clone for GetInvalidationOutput
impl Clone for GetInvalidationOutput
sourcefn clone(&self) -> GetInvalidationOutput
fn clone(&self) -> GetInvalidationOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetInvalidationOutput
impl Debug for GetInvalidationOutput
sourceimpl PartialEq<GetInvalidationOutput> for GetInvalidationOutput
impl PartialEq<GetInvalidationOutput> for GetInvalidationOutput
sourcefn eq(&self, other: &GetInvalidationOutput) -> bool
fn eq(&self, other: &GetInvalidationOutput) -> bool
impl StructuralPartialEq for GetInvalidationOutput
Auto Trait Implementations
impl RefUnwindSafe for GetInvalidationOutput
impl Send for GetInvalidationOutput
impl Sync for GetInvalidationOutput
impl Unpin for GetInvalidationOutput
impl UnwindSafe for GetInvalidationOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more