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.
1395 1396 1397 1398 1399 1400 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 1395 class ListTablesResponse < Struct.new( :next_token, :tables) SENSITIVE = [] include Aws::Structure end |
#tables ⇒ Array<Types::TableSummary>
A list of tables.
1395 1396 1397 1398 1399 1400 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 1395 class ListTablesResponse < Struct.new( :next_token, :tables) SENSITIVE = [] include Aws::Structure end |