Struct rusoto_s3::PutBucketMetricsConfigurationRequest [] [src]

pub struct PutBucketMetricsConfigurationRequest {
    pub bucket: String,
    pub id: String,
    pub metrics_configuration: MetricsConfiguration,
}

Fields

The name of the bucket for which the metrics configuration is set.

The ID used to identify the metrics configuration.

Specifies the metrics configuration.

Trait Implementations

impl Default for PutBucketMetricsConfigurationRequest
[src]

[src]

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

impl Debug for PutBucketMetricsConfigurationRequest
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations