Struct aws_sdk_config::types::RetentionConfiguration
source · #[non_exhaustive]pub struct RetentionConfiguration { /* private fields */ }Expand description
An object with the name of the retention configuration and the retention period in days. The object stores the configuration for data retention in Config.
Implementations§
source§impl RetentionConfiguration
impl RetentionConfiguration
sourcepub fn builder() -> RetentionConfigurationBuilder
pub fn builder() -> RetentionConfigurationBuilder
Creates a new builder-style object to manufacture RetentionConfiguration.
Trait Implementations§
source§impl Clone for RetentionConfiguration
impl Clone for RetentionConfiguration
source§fn clone(&self) -> RetentionConfiguration
fn clone(&self) -> RetentionConfiguration
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 RetentionConfiguration
impl Debug for RetentionConfiguration
source§impl PartialEq<RetentionConfiguration> for RetentionConfiguration
impl PartialEq<RetentionConfiguration> for RetentionConfiguration
source§fn eq(&self, other: &RetentionConfiguration) -> bool
fn eq(&self, other: &RetentionConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RetentionConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for RetentionConfiguration
impl Send for RetentionConfiguration
impl Sync for RetentionConfiguration
impl Unpin for RetentionConfiguration
impl UnwindSafe for RetentionConfiguration
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