Struct rusoto_s3::GetBucketAnalyticsConfigurationRequest [] [src]

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

Fields

The name of the bucket from which an analytics configuration is retrieved.

The identifier used to represent an analytics configuration.

Trait Implementations

impl Default for GetBucketAnalyticsConfigurationRequest
[src]

[src]

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

impl Debug for GetBucketAnalyticsConfigurationRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetBucketAnalyticsConfigurationRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations