pub struct GetCloudFrontOriginAccessIdentityResult {
pub cloud_front_origin_access_identity: Option<CloudFrontOriginAccessIdentity>,
pub e_tag: Option<String>,
}
Expand description
The returned result of the corresponding request.
Fields§
§cloud_front_origin_access_identity: Option<CloudFrontOriginAccessIdentity>
The origin access identity's information.
e_tag: Option<String>
The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL
.
Trait Implementations§
Source§impl Clone for GetCloudFrontOriginAccessIdentityResult
impl Clone for GetCloudFrontOriginAccessIdentityResult
Source§fn clone(&self) -> GetCloudFrontOriginAccessIdentityResult
fn clone(&self) -> GetCloudFrontOriginAccessIdentityResult
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 Default for GetCloudFrontOriginAccessIdentityResult
impl Default for GetCloudFrontOriginAccessIdentityResult
Source§fn default() -> GetCloudFrontOriginAccessIdentityResult
fn default() -> GetCloudFrontOriginAccessIdentityResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetCloudFrontOriginAccessIdentityResult
impl PartialEq for GetCloudFrontOriginAccessIdentityResult
Source§fn eq(&self, other: &GetCloudFrontOriginAccessIdentityResult) -> bool
fn eq(&self, other: &GetCloudFrontOriginAccessIdentityResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetCloudFrontOriginAccessIdentityResult
Auto Trait Implementations§
impl Freeze for GetCloudFrontOriginAccessIdentityResult
impl RefUnwindSafe for GetCloudFrontOriginAccessIdentityResult
impl Send for GetCloudFrontOriginAccessIdentityResult
impl Sync for GetCloudFrontOriginAccessIdentityResult
impl Unpin for GetCloudFrontOriginAccessIdentityResult
impl UnwindSafe for GetCloudFrontOriginAccessIdentityResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more