Class: Aws::S3Tables::Types::ListTableBucketsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::ListTableBucketsResponse
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#continuation_token ⇒ String
You can use this
ContinuationToken
for pagination of the list results. -
#table_buckets ⇒ Array<Types::TableBucketSummary>
A list of table buckets.
Instance Attribute Details
#continuation_token ⇒ String
You can use this ContinuationToken
for pagination of the list
results.
1006 1007 1008 1009 1010 1011 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1006 class ListTableBucketsResponse < Struct.new( :table_buckets, :continuation_token) SENSITIVE = [] include Aws::Structure end |
#table_buckets ⇒ Array<Types::TableBucketSummary>
A list of table buckets.
1006 1007 1008 1009 1010 1011 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1006 class ListTableBucketsResponse < Struct.new( :table_buckets, :continuation_token) SENSITIVE = [] include Aws::Structure end |