Struct rusoto_s3::GetBucketMetricsConfigurationOutput [] [src]

pub struct GetBucketMetricsConfigurationOutput {
    pub metrics_configuration: Option<MetricsConfiguration>,
}

Fields

Specifies the metrics configuration.

Trait Implementations

impl Default for GetBucketMetricsConfigurationOutput
[src]

[src]

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

impl Debug for GetBucketMetricsConfigurationOutput
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations