Struct rusoto_cloudfront::GetCloudFrontOriginAccessIdentityResult[][src]

pub struct GetCloudFrontOriginAccessIdentityResult {
    pub cloud_front_origin_access_identity: Option<CloudFrontOriginAccessIdentity>,
    pub e_tag: Option<String>,
}

The returned result of the corresponding request.

Fields

The origin access identity's information.

The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.

Trait Implementations

impl Default for GetCloudFrontOriginAccessIdentityResult
[src]

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

impl Debug for GetCloudFrontOriginAccessIdentityResult
[src]

Formats the value using the given formatter. Read more

impl Clone for GetCloudFrontOriginAccessIdentityResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetCloudFrontOriginAccessIdentityResult
[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