#[non_exhaustive]pub struct CloudFrontOriginAccessIdentitySummary { /* private fields */ }
Expand description
Summary of the information about a CloudFront origin access identity.
Implementations§
source§impl CloudFrontOriginAccessIdentitySummary
impl CloudFrontOriginAccessIdentitySummary
sourcepub fn id(&self) -> Option<&str>
pub fn id(&self) -> Option<&str>
The ID for the origin access identity. For example: E74FTE3AJFJ256A
.
sourcepub fn s3_canonical_user_id(&self) -> Option<&str>
pub fn s3_canonical_user_id(&self) -> Option<&str>
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.
source§impl CloudFrontOriginAccessIdentitySummary
impl CloudFrontOriginAccessIdentitySummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CloudFrontOriginAccessIdentitySummary
.
Trait Implementations§
source§impl Clone for CloudFrontOriginAccessIdentitySummary
impl Clone for CloudFrontOriginAccessIdentitySummary
source§fn clone(&self) -> CloudFrontOriginAccessIdentitySummary
fn clone(&self) -> CloudFrontOriginAccessIdentitySummary
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<CloudFrontOriginAccessIdentitySummary> for CloudFrontOriginAccessIdentitySummary
impl PartialEq<CloudFrontOriginAccessIdentitySummary> for CloudFrontOriginAccessIdentitySummary
source§fn eq(&self, other: &CloudFrontOriginAccessIdentitySummary) -> bool
fn eq(&self, other: &CloudFrontOriginAccessIdentitySummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.