Class: Aws::Keyspaces::Types::ListTablesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::ListTablesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-keyspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token to specify where to start paginating.
-
#tables ⇒ Array<Types::TableSummary>
A list of tables.
Instance Attribute Details
#next_token ⇒ String
A token to specify where to start paginating. This is the ‘NextToken` from a previously truncated response.
1266 1267 1268 1269 1270 1271 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 1266 class ListTablesResponse < Struct.new( :next_token, :tables) SENSITIVE = [] include Aws::Structure end |
#tables ⇒ Array<Types::TableSummary>
A list of tables.
1266 1267 1268 1269 1270 1271 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 1266 class ListTablesResponse < Struct.new( :next_token, :tables) SENSITIVE = [] include Aws::Structure end |