#[non_exhaustive]pub struct GetBucketLifecycleConfigurationOutput { /* private fields */ }
Implementations§
source§impl GetBucketLifecycleConfigurationOutput
impl GetBucketLifecycleConfigurationOutput
sourcepub fn rules(&self) -> Option<&[LifecycleRule]>
pub fn rules(&self) -> Option<&[LifecycleRule]>
Container for a lifecycle rule.
source§impl GetBucketLifecycleConfigurationOutput
impl GetBucketLifecycleConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBucketLifecycleConfigurationOutput
.
Trait Implementations§
source§impl Clone for GetBucketLifecycleConfigurationOutput
impl Clone for GetBucketLifecycleConfigurationOutput
source§fn clone(&self) -> GetBucketLifecycleConfigurationOutput
fn clone(&self) -> GetBucketLifecycleConfigurationOutput
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