#[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 moresource§impl PartialEq<GetBucketInventoryConfigurationOutput> for GetBucketInventoryConfigurationOutput
impl PartialEq<GetBucketInventoryConfigurationOutput> for GetBucketInventoryConfigurationOutput
source§fn eq(&self, other: &GetBucketInventoryConfigurationOutput) -> bool
fn eq(&self, other: &GetBucketInventoryConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.