Struct rusoto_cloudfront::CloudFrontOriginAccessIdentitySummary [] [src]

pub struct CloudFrontOriginAccessIdentitySummary {
    pub comment: String,
    pub id: String,
    pub s3_canonical_user_id: String,
}

Summary of the information about a CloudFront origin access identity.

Fields

The comment for this origin access identity, as originally specified when created.

The ID for the origin access identity. For example: E74FTE3AJFJ256A.

The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

Trait Implementations

impl Default for CloudFrontOriginAccessIdentitySummary
[src]

[src]

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

impl Debug for CloudFrontOriginAccessIdentitySummary
[src]

[src]

Formats the value using the given formatter.