#[non_exhaustive]pub struct GetBucketIntelligentTieringConfigurationOutput { /* private fields */ }Implementations§
source§impl GetBucketIntelligentTieringConfigurationOutput
impl GetBucketIntelligentTieringConfigurationOutput
sourcepub fn intelligent_tiering_configuration(
&self
) -> Option<&IntelligentTieringConfiguration>
pub fn intelligent_tiering_configuration(
&self
) -> Option<&IntelligentTieringConfiguration>
Container for S3 Intelligent-Tiering configuration.
source§impl GetBucketIntelligentTieringConfigurationOutput
impl GetBucketIntelligentTieringConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBucketIntelligentTieringConfigurationOutput.
Trait Implementations§
source§impl Clone for GetBucketIntelligentTieringConfigurationOutput
impl Clone for GetBucketIntelligentTieringConfigurationOutput
source§fn clone(&self) -> GetBucketIntelligentTieringConfigurationOutput
fn clone(&self) -> GetBucketIntelligentTieringConfigurationOutput
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<GetBucketIntelligentTieringConfigurationOutput> for GetBucketIntelligentTieringConfigurationOutput
impl PartialEq<GetBucketIntelligentTieringConfigurationOutput> for GetBucketIntelligentTieringConfigurationOutput
source§fn eq(&self, other: &GetBucketIntelligentTieringConfigurationOutput) -> bool
fn eq(&self, other: &GetBucketIntelligentTieringConfigurationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.