Struct aws_sdk_s3::operation::get_bucket_inventory_configuration::GetBucketInventoryConfigurationOutput
source · #[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() -> GetBucketInventoryConfigurationOutputBuilder
pub fn builder() -> GetBucketInventoryConfigurationOutputBuilder
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 ==.source§impl RequestId for GetBucketInventoryConfigurationOutput
impl RequestId for GetBucketInventoryConfigurationOutput
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 GetBucketInventoryConfigurationOutput
impl RequestIdExt for GetBucketInventoryConfigurationOutput
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.