Struct rusoto_s3::ListBucketAnalyticsConfigurationsRequest [] [src]

pub struct ListBucketAnalyticsConfigurationsRequest {
    pub bucket: String,
    pub continuation_token: Option<String>,
}

Fields

The name of the bucket from which analytics configurations are retrieved.

The ContinuationToken that represents a placeholder from where this request should begin.

Trait Implementations

impl Default for ListBucketAnalyticsConfigurationsRequest
[src]

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

impl Debug for ListBucketAnalyticsConfigurationsRequest
[src]

Formats the value using the given formatter.