Class: Aws::S3Tables::Types::ListTableBucketsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::ListTableBucketsResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
1406 1407 1408 1409 1410 1411 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1406 class ListTableBucketsResponse < Struct.new( :table_buckets, :continuation_token) SENSITIVE = [] include Aws::Structure end |
#table_buckets ⇒ Array<Types::TableBucketSummary>
A list of table buckets.
1406 1407 1408 1409 1410 1411 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1406 class ListTableBucketsResponse < Struct.new( :table_buckets, :continuation_token) SENSITIVE = [] include Aws::Structure end |