#[non_exhaustive]pub struct GetRetentionSettingsOutput { /* private fields */ }Implementations§
source§impl GetRetentionSettingsOutput
impl GetRetentionSettingsOutput
sourcepub fn retention_settings(&self) -> Option<&RetentionSettings>
pub fn retention_settings(&self) -> Option<&RetentionSettings>
The retention settings.
sourcepub fn initiate_deletion_timestamp(&self) -> Option<&DateTime>
pub fn initiate_deletion_timestamp(&self) -> Option<&DateTime>
The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.
source§impl GetRetentionSettingsOutput
impl GetRetentionSettingsOutput
sourcepub fn builder() -> GetRetentionSettingsOutputBuilder
pub fn builder() -> GetRetentionSettingsOutputBuilder
Creates a new builder-style object to manufacture GetRetentionSettingsOutput.
Trait Implementations§
source§impl Clone for GetRetentionSettingsOutput
impl Clone for GetRetentionSettingsOutput
source§fn clone(&self) -> GetRetentionSettingsOutput
fn clone(&self) -> GetRetentionSettingsOutput
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 GetRetentionSettingsOutput
impl Debug for GetRetentionSettingsOutput
source§impl PartialEq<GetRetentionSettingsOutput> for GetRetentionSettingsOutput
impl PartialEq<GetRetentionSettingsOutput> for GetRetentionSettingsOutput
source§fn eq(&self, other: &GetRetentionSettingsOutput) -> bool
fn eq(&self, other: &GetRetentionSettingsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetRetentionSettingsOutput
impl RequestId for GetRetentionSettingsOutput
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.