Struct rusoto_cloudfront::Invalidation [] [src]

pub struct Invalidation {
    pub create_time: Timestamp,
    pub id: String,
    pub invalidation_batch: InvalidationBatch,
    pub status: String,
}

An invalidation.

Fields

The date and time the invalidation request was first made.

The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

The current invalidation information for the batch request.

The status of the invalidation request. When the invalidation batch is finished, the status is Completed.

Trait Implementations

impl Default for Invalidation
[src]

Returns the "default value" for a type. Read more

impl Clone for Invalidation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Invalidation
[src]

Formats the value using the given formatter.