Struct rusoto_s3::InventoryS3BucketDestination [] [src]

pub struct InventoryS3BucketDestination {
    pub account_id: Option<String>,
    pub bucket: String,
    pub encryption: Option<InventoryEncryption>,
    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.

Contains the type of server-side encryption used to encrypt the inventory results.

Specifies the output format of the inventory results.

The prefix that is prepended to all inventory results.

Trait Implementations

impl Default for InventoryS3BucketDestination
[src]

[src]

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

impl Debug for InventoryS3BucketDestination
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InventoryS3BucketDestination
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations