Class: Aws::TimestreamWrite::Types::ListDatabasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::ListDatabasesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamwrite/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#databases ⇒ Array<Types::Database>
A list of database names.
-
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#databases ⇒ Array<Types::Database>
A list of database names.
823 824 825 826 827 828 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 823 class ListDatabasesResponse < Struct.new( :databases, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token. This parameter is returned when the response is truncated.
823 824 825 826 827 828 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 823 class ListDatabasesResponse < Struct.new( :databases, :next_token) SENSITIVE = [] include Aws::Structure end |