Struct rusoto_cloudfront::CreateInvalidationRequest [] [src]

pub struct CreateInvalidationRequest {
    pub distribution_id: String,
    pub invalidation_batch: InvalidationBatch,
}

The request to create an invalidation.

Fields

The distribution's id.

The batch information for the invalidation.

Trait Implementations

impl Default for CreateInvalidationRequest
[src]

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

impl Clone for CreateInvalidationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreateInvalidationRequest
[src]

Formats the value using the given formatter.