Struct aws_sdk_cloudfront::operation::create_cloud_front_origin_access_identity::CreateCloudFrontOriginAccessIdentityOutput   
source · #[non_exhaustive]pub struct CreateCloudFrontOriginAccessIdentityOutput { /* private fields */ }Expand description
The returned result of the corresponding request.
Implementations§
source§impl CreateCloudFrontOriginAccessIdentityOutput
 
impl CreateCloudFrontOriginAccessIdentityOutput
sourcepub fn cloud_front_origin_access_identity(
    &self
) -> Option<&CloudFrontOriginAccessIdentity>
 
pub fn cloud_front_origin_access_identity( &self ) -> Option<&CloudFrontOriginAccessIdentity>
The origin access identity's information.
source§impl CreateCloudFrontOriginAccessIdentityOutput
 
impl CreateCloudFrontOriginAccessIdentityOutput
sourcepub fn builder() -> CreateCloudFrontOriginAccessIdentityOutputBuilder
 
pub fn builder() -> CreateCloudFrontOriginAccessIdentityOutputBuilder
Creates a new builder-style object to manufacture CreateCloudFrontOriginAccessIdentityOutput.
Trait Implementations§
source§impl Clone for CreateCloudFrontOriginAccessIdentityOutput
 
impl Clone for CreateCloudFrontOriginAccessIdentityOutput
source§fn clone(&self) -> CreateCloudFrontOriginAccessIdentityOutput
 
fn clone(&self) -> CreateCloudFrontOriginAccessIdentityOutput
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<CreateCloudFrontOriginAccessIdentityOutput> for CreateCloudFrontOriginAccessIdentityOutput
 
impl PartialEq<CreateCloudFrontOriginAccessIdentityOutput> for CreateCloudFrontOriginAccessIdentityOutput
source§fn eq(&self, other: &CreateCloudFrontOriginAccessIdentityOutput) -> bool
 
fn eq(&self, other: &CreateCloudFrontOriginAccessIdentityOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateCloudFrontOriginAccessIdentityOutput
 
impl RequestId for CreateCloudFrontOriginAccessIdentityOutput
source§fn request_id(&self) -> Option<&str>
 
fn request_id(&self) -> Option<&str>
Returns the request ID, or 
None if the service could not be reached.