Class: Aws::Types::ListDatabasesOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_list::Array[Types::Database]

Returns the value of attribute database_list.

Returns:



707
708
709
# File 'sig/types.rbs', line 707

def database_list
  @database_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


708
709
710
# File 'sig/types.rbs', line 708

def next_token
  @next_token
end