Class: Aws::S3Tables::Types::ListTableBucketsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#continuation_tokenString

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_bucketsArray<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