Struct rusoto_s3::AnalyticsS3BucketDestination [] [src]

pub struct AnalyticsS3BucketDestination {
    pub bucket: BucketName,
    pub bucket_account_id: Option<AccountId>,
    pub format: AnalyticsS3ExportFileFormat,
    pub prefix: Option<Prefix>,
}

Fields

The Amazon resource name (ARN) of the bucket to which data is exported.

The account ID that owns the destination bucket. If no account ID is provided, the owner will not be validated prior to exporting data.

The file format used when exporting data to Amazon S3.

The prefix to use when exporting data. The exported data begins with this prefix.

Trait Implementations

impl Default for AnalyticsS3BucketDestination
[src]

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

impl Clone for AnalyticsS3BucketDestination
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AnalyticsS3BucketDestination
[src]

Formats the value using the given formatter.