Class: Aws::TimestreamWrite::Types::ListTablesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::ListTablesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamwrite/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::Table>
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.
867 868 869 870 871 872 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 867 class ListTablesResponse < Struct.new( :tables, :next_token) SENSITIVE = [] include Aws::Structure end |
#tables ⇒ Array<Types::Table>
A list of tables.
867 868 869 870 871 872 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 867 class ListTablesResponse < Struct.new( :tables, :next_token) SENSITIVE = [] include Aws::Structure end |