class Aws::S3::Types::ListBucketAnalyticsConfigurationsOutput
@!attribute [rw] is_truncated
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. @return [Boolean]
@!attribute [rw] continuation_token
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. @return [String]
@!attribute [rw] next_continuation_token
`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. @return [String]
@!attribute [rw] analytics_configuration_list
The list of analytics configurations for a bucket. @return [Array<Types::AnalyticsConfiguration>]
@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ListBucketAnalyticsConfigurationsOutput AWS API Documentation
Constants
- SENSITIVE