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]

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

impl Clone for GetBucketMetricsConfigurationOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetBucketMetricsConfigurationOutput
[src]

Formats the value using the given formatter.