Struct rusoto_s3::GetBucketMetricsConfigurationRequest [] [src]

pub struct GetBucketMetricsConfigurationRequest {
    pub bucket: BucketName,
    pub id: MetricsId,
}

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]

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

impl Clone for GetBucketMetricsConfigurationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetBucketMetricsConfigurationRequest
[src]

Formats the value using the given formatter.