pub struct UpdateCloudFrontOriginAccessIdentityResult {
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 configuration. For example: E2QWRUHAPOMQZL
.
Trait Implementations§
Source§impl Clone for UpdateCloudFrontOriginAccessIdentityResult
impl Clone for UpdateCloudFrontOriginAccessIdentityResult
Source§fn clone(&self) -> UpdateCloudFrontOriginAccessIdentityResult
fn clone(&self) -> UpdateCloudFrontOriginAccessIdentityResult
Returns a duplicate 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 UpdateCloudFrontOriginAccessIdentityResult
impl Default for UpdateCloudFrontOriginAccessIdentityResult
Source§fn default() -> UpdateCloudFrontOriginAccessIdentityResult
fn default() -> UpdateCloudFrontOriginAccessIdentityResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateCloudFrontOriginAccessIdentityResult
impl PartialEq for UpdateCloudFrontOriginAccessIdentityResult
Source§fn eq(&self, other: &UpdateCloudFrontOriginAccessIdentityResult) -> bool
fn eq(&self, other: &UpdateCloudFrontOriginAccessIdentityResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UpdateCloudFrontOriginAccessIdentityResult
Auto Trait Implementations§
impl Freeze for UpdateCloudFrontOriginAccessIdentityResult
impl RefUnwindSafe for UpdateCloudFrontOriginAccessIdentityResult
impl Send for UpdateCloudFrontOriginAccessIdentityResult
impl Sync for UpdateCloudFrontOriginAccessIdentityResult
impl Unpin for UpdateCloudFrontOriginAccessIdentityResult
impl UnwindSafe for UpdateCloudFrontOriginAccessIdentityResult
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