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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3tables/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.

Returns:

  • (String)


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_bucketsArray<Types::TableBucketSummary>

A list of table buckets.

Returns:



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