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]

[src]

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

impl Debug for GetCloudFrontOriginAccessIdentityResult
[src]

[src]

Formats the value using the given formatter.