Struct rusoto_s3::InventoryDestination [] [src]

pub struct InventoryDestination {
    pub s3_bucket_destination: InventoryS3BucketDestination,
}

Fields

Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.

Trait Implementations

impl Default for InventoryDestination
[src]

Returns the "default value" for a type. Read more

impl Debug for InventoryDestination
[src]

Formats the value using the given formatter.