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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_configuration_listArray<Types::AnalyticsConfiguration>

The list of analytics configurations for a bucket.

Returns:



4682
4683
4684
4685
4686
4687
4688
# File 'lib/aws-sdk-s3/types.rb', line 4682

class ListBucketAnalyticsConfigurationsOutput < Struct.new(
  :is_truncated,
  :continuation_token,
  :next_continuation_token,
  :analytics_configuration_list)
  include Aws::Structure
end

#continuation_tokenString

The ContinuationToken that represents where this request began.

Returns:

  • (String)


4682
4683
4684
4685
4686
4687
4688
# File 'lib/aws-sdk-s3/types.rb', line 4682

class ListBucketAnalyticsConfigurationsOutput < Struct.new(
  :is_truncated,
  :continuation_token,
  :next_continuation_token,
  :analytics_configuration_list)
  include Aws::Structure
end

#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)


4682
4683
4684
4685
4686
4687
4688
# File 'lib/aws-sdk-s3/types.rb', line 4682

class ListBucketAnalyticsConfigurationsOutput < Struct.new(
  :is_truncated,
  :continuation_token,
  :next_continuation_token,
  :analytics_configuration_list)
  include Aws::Structure
end

#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)


4682
4683
4684
4685
4686
4687
4688
# File 'lib/aws-sdk-s3/types.rb', line 4682

class ListBucketAnalyticsConfigurationsOutput < Struct.new(
  :is_truncated,
  :continuation_token,
  :next_continuation_token,
  :analytics_configuration_list)
  include Aws::Structure
end