Class: Aws::S3::Types::ListBucketMetricsConfigurationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::ListBucketMetricsConfigurationsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#continuation_token ⇒ String
The marker that is used as a starting point for this metrics configuration list response.
-
#is_truncated ⇒ Boolean
Indicates whether the returned list of metrics configurations is complete.
-
#metrics_configuration_list ⇒ Array<Types::MetricsConfiguration>
The list of metrics configurations for a bucket.
-
#next_continuation_token ⇒ String
The marker used to continue a metrics configuration listing that has been truncated.
Instance Attribute Details
#continuation_token ⇒ String
The marker that is used as a starting point for this metrics configuration list response. This value is present if it was sent in the request.
9698 9699 9700 9701 9702 9703 9704 9705 |
# File 'lib/aws-sdk-s3/types.rb', line 9698 class ListBucketMetricsConfigurationsOutput < Struct.new( :is_truncated, :continuation_token, :next_continuation_token, :metrics_configuration_list) SENSITIVE = [] include Aws::Structure end |
#is_truncated ⇒ Boolean
Indicates whether the returned list of metrics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.
9698 9699 9700 9701 9702 9703 9704 9705 |
# File 'lib/aws-sdk-s3/types.rb', line 9698 class ListBucketMetricsConfigurationsOutput < Struct.new( :is_truncated, :continuation_token, :next_continuation_token, :metrics_configuration_list) SENSITIVE = [] include Aws::Structure end |
#metrics_configuration_list ⇒ Array<Types::MetricsConfiguration>
The list of metrics configurations for a bucket.
9698 9699 9700 9701 9702 9703 9704 9705 |
# File 'lib/aws-sdk-s3/types.rb', line 9698 class ListBucketMetricsConfigurationsOutput < Struct.new( :is_truncated, :continuation_token, :next_continuation_token, :metrics_configuration_list) SENSITIVE = [] include Aws::Structure end |
#next_continuation_token ⇒ String
The marker used to continue a metrics configuration listing that has been truncated. Use the ‘NextContinuationToken` from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.
9698 9699 9700 9701 9702 9703 9704 9705 |
# File 'lib/aws-sdk-s3/types.rb', line 9698 class ListBucketMetricsConfigurationsOutput < Struct.new( :is_truncated, :continuation_token, :next_continuation_token, :metrics_configuration_list) SENSITIVE = [] include Aws::Structure end |