Struct rusoto_s3::ListBucketAnalyticsConfigurationsOutput [] [src]

pub struct ListBucketAnalyticsConfigurationsOutput {
    pub analytics_configuration_list: Option<AnalyticsConfigurationList>,
    pub continuation_token: Option<Token>,
    pub is_truncated: Option<IsTruncated>,
    pub next_continuation_token: Option<NextToken>,
}

Fields

The list of analytics configurations for a bucket.

The ContinuationToken that represents where this request began.

Indicates whether the returned list of analytics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.

NextContinuationToken is sent when isTruncated is true, which indicates that there are more analytics configurations to list. The next request must include this NextContinuationToken. The token is obfuscated and is not a usable value.

Trait Implementations

impl Default for ListBucketAnalyticsConfigurationsOutput
[src]

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

impl Clone for ListBucketAnalyticsConfigurationsOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListBucketAnalyticsConfigurationsOutput
[src]

Formats the value using the given formatter.