Class: Aws::Types::GetDatabaseOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#databaseTypes::Database

Returns the value of attribute database.

Returns:



226
227
228
# File 'sig/types.rbs', line 226

def database
  @database
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


227
228
229
# File 'sig/types.rbs', line 227

def tags
  @tags
end