#[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() -> GetInvalidationOutputBuilder
pub fn builder() -> GetInvalidationOutputBuilder
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 moresource§impl Debug for GetInvalidationOutput
impl Debug for GetInvalidationOutput
source§impl PartialEq<GetInvalidationOutput> for GetInvalidationOutput
impl PartialEq<GetInvalidationOutput> for GetInvalidationOutput
source§fn eq(&self, other: &GetInvalidationOutput) -> bool
fn eq(&self, other: &GetInvalidationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetInvalidationOutput
impl RequestId for GetInvalidationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.