Struct rusoto_cloudfront::GetCloudFrontOriginAccessIdentityRequest [] [src]

pub struct GetCloudFrontOriginAccessIdentityRequest {
    pub id: String,
}

The request to get an origin access identity's information.

Fields

The identity's ID.

Trait Implementations

impl Default for GetCloudFrontOriginAccessIdentityRequest
[src]

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

impl Clone for GetCloudFrontOriginAccessIdentityRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetCloudFrontOriginAccessIdentityRequest
[src]

Formats the value using the given formatter.