#[non_exhaustive]pub struct GetBucketInventoryConfigurationOutput { /* private fields */ }
Implementations§
source§impl GetBucketInventoryConfigurationOutput
impl GetBucketInventoryConfigurationOutput
sourcepub fn inventory_configuration(&self) -> Option<&InventoryConfiguration>
pub fn inventory_configuration(&self) -> Option<&InventoryConfiguration>
Specifies the inventory configuration.
source§impl GetBucketInventoryConfigurationOutput
impl GetBucketInventoryConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBucketInventoryConfigurationOutput
.
Trait Implementations§
source§impl Clone for GetBucketInventoryConfigurationOutput
impl Clone for GetBucketInventoryConfigurationOutput
source§fn clone(&self) -> GetBucketInventoryConfigurationOutput
fn clone(&self) -> GetBucketInventoryConfigurationOutput
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