Struct rusoto_cloudfront::DeleteCloudFrontOriginAccessIdentityRequest[][src]

pub struct DeleteCloudFrontOriginAccessIdentityRequest {
    pub id: String,
    pub if_match: Option<String>,
}

Deletes a origin access identity.

Fields

The origin access identity's ID.

The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

Trait Implementations

impl Default for DeleteCloudFrontOriginAccessIdentityRequest
[src]

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

impl Debug for DeleteCloudFrontOriginAccessIdentityRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteCloudFrontOriginAccessIdentityRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteCloudFrontOriginAccessIdentityRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations