Class: Aws::S3Tables::Types::ListTablesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::ListTablesResponse
- 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. -
#tables ⇒ Array<Types::TableSummary>
A list of tables.
Instance Attribute Details
#continuation_token ⇒ String
You can use this ContinuationToken
for pagination of the list
results.
1059 1060 1061 1062 1063 1064 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1059 class ListTablesResponse < Struct.new( :tables, :continuation_token) SENSITIVE = [] include Aws::Structure end |
#tables ⇒ Array<Types::TableSummary>
A list of tables.
1059 1060 1061 1062 1063 1064 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1059 class ListTablesResponse < Struct.new( :tables, :continuation_token) SENSITIVE = [] include Aws::Structure end |