Struct rusoto_s3::PutBucketMetricsConfigurationRequest [] [src]

pub struct PutBucketMetricsConfigurationRequest {
    pub bucket: BucketName,
    pub id: MetricsId,
    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]

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

impl Clone for PutBucketMetricsConfigurationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PutBucketMetricsConfigurationRequest
[src]

Formats the value using the given formatter.