Struct rusoto_s3::PutBucketAnalyticsConfigurationRequest [] [src]

pub struct PutBucketAnalyticsConfigurationRequest {
    pub analytics_configuration: AnalyticsConfiguration,
    pub bucket: BucketName,
    pub id: AnalyticsId,
}

Fields

The configuration and any analyses for the analytics filter.

The name of the bucket to which an analytics configuration is stored.

The identifier used to represent an analytics configuration.

Trait Implementations

impl Default for PutBucketAnalyticsConfigurationRequest
[src]

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

impl Clone for PutBucketAnalyticsConfigurationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PutBucketAnalyticsConfigurationRequest
[src]

Formats the value using the given formatter.