#[non_exhaustive]pub struct GetObjectRetentionOutput { /* private fields */ }Implementations§
source§impl GetObjectRetentionOutput
impl GetObjectRetentionOutput
sourcepub fn retention(&self) -> Option<&ObjectLockRetention>
pub fn retention(&self) -> Option<&ObjectLockRetention>
The container element for an object's retention settings.
source§impl GetObjectRetentionOutput
impl GetObjectRetentionOutput
sourcepub fn builder() -> GetObjectRetentionOutputBuilder
pub fn builder() -> GetObjectRetentionOutputBuilder
Creates a new builder-style object to manufacture GetObjectRetentionOutput.
Trait Implementations§
source§impl Clone for GetObjectRetentionOutput
impl Clone for GetObjectRetentionOutput
source§fn clone(&self) -> GetObjectRetentionOutput
fn clone(&self) -> GetObjectRetentionOutput
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 Debug for GetObjectRetentionOutput
impl Debug for GetObjectRetentionOutput
source§impl PartialEq<GetObjectRetentionOutput> for GetObjectRetentionOutput
impl PartialEq<GetObjectRetentionOutput> for GetObjectRetentionOutput
source§fn eq(&self, other: &GetObjectRetentionOutput) -> bool
fn eq(&self, other: &GetObjectRetentionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetObjectRetentionOutput
impl RequestId for GetObjectRetentionOutput
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.source§impl RequestIdExt for GetObjectRetentionOutput
impl RequestIdExt for GetObjectRetentionOutput
source§fn extended_request_id(&self) -> Option<&str>
fn extended_request_id(&self) -> Option<&str>
Returns the S3 Extended Request ID necessary when contacting AWS Support.