Struct rusoto_s3::InventoryDestination [−][src]
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
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more