You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::S3::Types::ListBucketAnalyticsConfigurationsOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_configuration_listArray<Types::AnalyticsConfiguration>

The list of analytics configurations for a bucket.

Returns:

#continuation_tokenString

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.

Returns:

  • (String)

    The marker that is used as a starting point for this analytics configuration list response.

#is_truncatedBoolean

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.

Returns:

  • (Boolean)

    Indicates whether the returned list of analytics configurations is complete.

#next_continuation_tokenString

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.

Returns:

  • (String)

    NextContinuationToken is sent when isTruncated is true, which indicates that there are more analytics configurations to list.