Struct aws_sdk_s3::output::GetObjectRetentionOutput
source · #[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() -> Builder
pub fn builder() -> Builder
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 more