Struct rusoto_s3::AnalyticsExportDestination [] [src]

pub struct AnalyticsExportDestination {
    pub s3_bucket_destination: AnalyticsS3BucketDestination,
}

Fields

A destination signifying output to an S3 bucket.

Trait Implementations

impl Default for AnalyticsExportDestination
[src]

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

impl Clone for AnalyticsExportDestination
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AnalyticsExportDestination
[src]

Formats the value using the given formatter.