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]

[src]

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

impl Debug for GetBucketAnalyticsConfigurationOutput
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations