Class: Aws::Types::DatabaseShortInfoResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_engine::String

Returns the value of attribute database_engine.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def database_engine
  @database_engine
end

#database_id::String

Returns the value of attribute database_id.

Returns:

  • (::String)


529
530
531
# File 'sig/types.rbs', line 529

def database_id
  @database_id
end

#database_ip_address::String

Returns the value of attribute database_ip_address.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def database_ip_address
  @database_ip_address
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def database_name
  @database_name
end