Struct rusoto_s3::InventoryS3BucketDestination [] [src]

pub struct InventoryS3BucketDestination {
    pub account_id: Option<String>,
    pub bucket: String,
    pub format: String,
    pub prefix: Option<String>,
}

Fields

The ID of the account that owns the destination bucket.

The Amazon resource name (ARN) of the bucket where inventory results will be published.

Specifies the output format of the inventory results.

The prefix that is prepended to all inventory results.

Trait Implementations

impl Default for InventoryS3BucketDestination
[src]

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

impl Debug for InventoryS3BucketDestination
[src]

Formats the value using the given formatter.