Class: Aws::S3::Types::ListBucketIntelligentTieringConfigurationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::ListBucketIntelligentTieringConfigurationsOutput
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#continuation_token ⇒ String
The
ContinuationToken
that represents a placeholder from where this request should begin. -
#intelligent_tiering_configuration_list ⇒ Array<Types::IntelligentTieringConfiguration>
The list of S3 Intelligent-Tiering configurations for a bucket.
-
#is_truncated ⇒ Boolean
Indicates whether the returned list of analytics configurations is complete.
-
#next_continuation_token ⇒ String
The marker used to continue this inventory configuration listing.
Instance Attribute Details
#continuation_token ⇒ String
The ContinuationToken
that represents a placeholder from where
this request should begin.
10189 10190 10191 10192 10193 10194 10195 10196 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 10189 class ListBucketIntelligentTieringConfigurationsOutput < Struct.new( :is_truncated, :continuation_token, :next_continuation_token, :intelligent_tiering_configuration_list) SENSITIVE = [] include Aws::Structure end |
#intelligent_tiering_configuration_list ⇒ Array<Types::IntelligentTieringConfiguration>
The list of S3 Intelligent-Tiering configurations for a bucket.
10189 10190 10191 10192 10193 10194 10195 10196 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 10189 class ListBucketIntelligentTieringConfigurationsOutput < Struct.new( :is_truncated, :continuation_token, :next_continuation_token, :intelligent_tiering_configuration_list) SENSITIVE = [] include Aws::Structure end |
#is_truncated ⇒ Boolean
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.
10189 10190 10191 10192 10193 10194 10195 10196 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 10189 class ListBucketIntelligentTieringConfigurationsOutput < Struct.new( :is_truncated, :continuation_token, :next_continuation_token, :intelligent_tiering_configuration_list) SENSITIVE = [] include Aws::Structure end |
#next_continuation_token ⇒ String
The marker used to continue this inventory configuration listing.
Use the NextContinuationToken
from this response to continue the
listing in a subsequent request. The continuation token is an opaque
value that Amazon S3 understands.
10189 10190 10191 10192 10193 10194 10195 10196 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 10189 class ListBucketIntelligentTieringConfigurationsOutput < Struct.new( :is_truncated, :continuation_token, :next_continuation_token, :intelligent_tiering_configuration_list) SENSITIVE = [] include Aws::Structure end |