Struct rusoto_s3::GetBucketMetricsConfigurationRequest [] [src]

pub struct GetBucketMetricsConfigurationRequest {
    pub bucket: String,
    pub id: String,
}

Fields

The name of the bucket containing the metrics configuration to retrieve.

The ID used to identify the metrics configuration.

Trait Implementations

impl Default for GetBucketMetricsConfigurationRequest
[src]

[src]

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

impl Debug for GetBucketMetricsConfigurationRequest
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations