Struct aws_sdk_cloudfront::model::Invalidation
source · [−]#[non_exhaustive]pub struct Invalidation { /* private fields */ }
Expand description
An invalidation.
Implementations
sourceimpl Invalidation
impl Invalidation
sourcepub fn id(&self) -> Option<&str>
pub fn id(&self) -> Option<&str>
The identifier for the invalidation request. For example: IDFDVBD632BHDS5
.
sourcepub fn status(&self) -> Option<&str>
pub fn status(&self) -> Option<&str>
The status of the invalidation request. When the invalidation batch is finished, the status is Completed
.
sourcepub fn create_time(&self) -> Option<&DateTime>
pub fn create_time(&self) -> Option<&DateTime>
The date and time the invalidation request was first made.
sourcepub fn invalidation_batch(&self) -> Option<&InvalidationBatch>
pub fn invalidation_batch(&self) -> Option<&InvalidationBatch>
The current invalidation information for the batch request.
sourceimpl Invalidation
impl Invalidation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Invalidation
.
Trait Implementations
sourceimpl Clone for Invalidation
impl Clone for Invalidation
sourcefn clone(&self) -> Invalidation
fn clone(&self) -> Invalidation
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 Invalidation
impl Debug for Invalidation
sourceimpl PartialEq<Invalidation> for Invalidation
impl PartialEq<Invalidation> for Invalidation
sourcefn eq(&self, other: &Invalidation) -> bool
fn eq(&self, other: &Invalidation) -> bool
impl StructuralPartialEq for Invalidation
Auto Trait Implementations
impl RefUnwindSafe for Invalidation
impl Send for Invalidation
impl Sync for Invalidation
impl Unpin for Invalidation
impl UnwindSafe for Invalidation
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