Class: Aws::Types::DatabaseShortInfoResponse
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseShortInfoResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_engine ⇒ ::String
Returns the value of attribute database_engine.
-
#database_id ⇒ ::String
Returns the value of attribute database_id.
-
#database_ip_address ⇒ ::String
Returns the value of attribute database_ip_address.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
Instance Attribute Details
#database_engine ⇒ ::String
Returns the value of attribute database_engine.
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.
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.
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.
530 531 532 |
# File 'sig/types.rbs', line 530 def database_name @database_name end |