pub struct InventoryDestination {
pub s3_bucket_destination: InventoryS3BucketDestination,
}Expand description
Specifies the inventory configuration for an Amazon S3 bucket.
Fields§
§s3_bucket_destination: InventoryS3BucketDestinationContains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.
Trait Implementations§
Source§impl Clone for InventoryDestination
impl Clone for InventoryDestination
Source§fn clone(&self) -> InventoryDestination
fn clone(&self) -> InventoryDestination
Returns a duplicate 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 Default for InventoryDestination
impl Default for InventoryDestination
Source§fn default() -> InventoryDestination
fn default() -> InventoryDestination
Returns the “default value” for a type. Read more
Source§impl PartialEq for InventoryDestination
impl PartialEq for InventoryDestination
impl StructuralPartialEq for InventoryDestination
Auto Trait Implementations§
impl Freeze for InventoryDestination
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