Struct rusoto_s3::GetBucketAnalyticsConfigurationOutput [] [src]

pub struct GetBucketAnalyticsConfigurationOutput {
    pub analytics_configuration: Option<AnalyticsConfiguration>,
}

Fields

The configuration and any analyses for the analytics filter.

Trait Implementations

impl Default for GetBucketAnalyticsConfigurationOutput
[src]

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

impl Clone for GetBucketAnalyticsConfigurationOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetBucketAnalyticsConfigurationOutput
[src]

Formats the value using the given formatter.