Struct rusoto_cloudfront::CreateCloudFrontOriginAccessIdentityResult[][src]

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

The returned result of the corresponding request.

Fields

The origin access identity's information.

The current version of the origin access identity created.

The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.

Trait Implementations

impl Default for CreateCloudFrontOriginAccessIdentityResult
[src]

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

impl Debug for CreateCloudFrontOriginAccessIdentityResult
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateCloudFrontOriginAccessIdentityResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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