Struct aws_sdk_s3::types::InventoryDestination
source · #[non_exhaustive]pub struct InventoryDestination { /* private fields */ }
Expand description
Specifies the inventory configuration for an Amazon S3 bucket.
Implementations§
source§impl InventoryDestination
impl InventoryDestination
sourcepub fn s3_bucket_destination(&self) -> Option<&InventoryS3BucketDestination>
pub fn s3_bucket_destination(&self) -> Option<&InventoryS3BucketDestination>
Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.
source§impl InventoryDestination
impl InventoryDestination
sourcepub fn builder() -> InventoryDestinationBuilder
pub fn builder() -> InventoryDestinationBuilder
Creates a new builder-style object to manufacture InventoryDestination
.
Trait Implementations§
source§impl Clone for InventoryDestination
impl Clone for InventoryDestination
source§fn clone(&self) -> InventoryDestination
fn clone(&self) -> InventoryDestination
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 Debug for InventoryDestination
impl Debug for InventoryDestination
source§impl PartialEq<InventoryDestination> for InventoryDestination
impl PartialEq<InventoryDestination> for InventoryDestination
source§fn eq(&self, other: &InventoryDestination) -> bool
fn eq(&self, other: &InventoryDestination) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for InventoryDestination
Auto Trait Implementations§
impl RefUnwindSafe for InventoryDestination
impl Send for InventoryDestination
impl Sync for InventoryDestination
impl Unpin for InventoryDestination
impl UnwindSafe for InventoryDestination
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more