Struct aws_sdk_cloudfront::model::Invalidation
source · #[non_exhaustive]pub struct Invalidation { /* private fields */ }
Expand description
An invalidation.
Implementations§
source§impl 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.
source§impl Invalidation
impl Invalidation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Invalidation
.
Trait Implementations§
source§impl Clone for Invalidation
impl Clone for Invalidation
source§fn clone(&self) -> Invalidation
fn clone(&self) -> Invalidation
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 Invalidation
impl Debug for Invalidation
source§impl PartialEq<Invalidation> for Invalidation
impl PartialEq<Invalidation> for Invalidation
source§fn eq(&self, other: &Invalidation) -> bool
fn eq(&self, other: &Invalidation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.