Class: Aws::Types::GetDatabasesResponse

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:



3585
3586
3587
# File 'sig/types.rbs', line 3585

def database_list
  @database_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3586
3587
3588
# File 'sig/types.rbs', line 3586

def next_token
  @next_token
end