Struct rusoto_s3::ListBucketAnalyticsConfigurationsOutput [−][src]
pub struct ListBucketAnalyticsConfigurationsOutput {
pub analytics_configuration_list: Option<Vec<AnalyticsConfiguration>>,
pub continuation_token: Option<String>,
pub is_truncated: Option<bool>,
pub next_continuation_token: Option<String>,
}Fields
analytics_configuration_list: Option<Vec<AnalyticsConfiguration>>The list of analytics configurations for a bucket.
continuation_token: Option<String>The marker that is used as a starting point for this analytics configuration list response. This value is present if it was sent in the request.
is_truncated: Option<bool>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.
next_continuation_token: Option<String> 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
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more