Class: Aws::TimestreamWrite::Types::ListDatabasesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databasesArray<Types::Database>

A list of database names.

Returns:



823
824
825
826
827
828
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 823

class ListDatabasesResponse < Struct.new(
  :databases,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token. This parameter is returned when the response is truncated.

Returns:

  • (String)


823
824
825
826
827
828
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 823

class ListDatabasesResponse < Struct.new(
  :databases,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end