Struct aws_sdk_s3::operation::get_bucket_lifecycle_configuration::GetBucketLifecycleConfigurationOutput
source · #[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() -> GetBucketLifecycleConfigurationOutputBuilder
pub fn builder() -> GetBucketLifecycleConfigurationOutputBuilder
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 moresource§impl PartialEq<GetBucketLifecycleConfigurationOutput> for GetBucketLifecycleConfigurationOutput
impl PartialEq<GetBucketLifecycleConfigurationOutput> for GetBucketLifecycleConfigurationOutput
source§fn eq(&self, other: &GetBucketLifecycleConfigurationOutput) -> bool
fn eq(&self, other: &GetBucketLifecycleConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetBucketLifecycleConfigurationOutput
impl RequestId for GetBucketLifecycleConfigurationOutput
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 GetBucketLifecycleConfigurationOutput
impl RequestIdExt for GetBucketLifecycleConfigurationOutput
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.