#[non_exhaustive]pub struct CreateInvalidationOutput { /* private fields */ }
Expand description
The returned result of the corresponding request.
Implementations§
source§impl CreateInvalidationOutput
impl CreateInvalidationOutput
sourcepub fn location(&self) -> Option<&str>
pub fn location(&self) -> Option<&str>
The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID
.
sourcepub fn invalidation(&self) -> Option<&Invalidation>
pub fn invalidation(&self) -> Option<&Invalidation>
The invalidation's information.
source§impl CreateInvalidationOutput
impl CreateInvalidationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateInvalidationOutput
.
Trait Implementations§
source§impl Clone for CreateInvalidationOutput
impl Clone for CreateInvalidationOutput
source§fn clone(&self) -> CreateInvalidationOutput
fn clone(&self) -> CreateInvalidationOutput
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 CreateInvalidationOutput
impl Debug for CreateInvalidationOutput
source§impl PartialEq<CreateInvalidationOutput> for CreateInvalidationOutput
impl PartialEq<CreateInvalidationOutput> for CreateInvalidationOutput
source§fn eq(&self, other: &CreateInvalidationOutput) -> bool
fn eq(&self, other: &CreateInvalidationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.