Struct aws_sdk_s3::model::InventoryDestination
source · [−]#[non_exhaustive]pub struct InventoryDestination { /* private fields */ }
Expand description
Specifies the inventory configuration for an Amazon S3 bucket.
Implementations
sourceimpl 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.
sourceimpl InventoryDestination
impl InventoryDestination
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InventoryDestination
.
Trait Implementations
sourceimpl Clone for InventoryDestination
impl Clone for InventoryDestination
sourcefn clone(&self) -> InventoryDestination
fn clone(&self) -> InventoryDestination
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for InventoryDestination
impl Debug for InventoryDestination
sourceimpl PartialEq<InventoryDestination> for InventoryDestination
impl PartialEq<InventoryDestination> for InventoryDestination
sourcefn eq(&self, other: &InventoryDestination) -> bool
fn eq(&self, other: &InventoryDestination) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more