Class: Aws::Types::DatabaseResponse
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collectors ⇒ ::Array[Types::CollectorShortInfoResponse]
Returns the value of attribute collectors.
-
#database_id ⇒ ::String
Returns the value of attribute database_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#number_of_schemas ⇒ ::Integer
Returns the value of attribute number_of_schemas.
-
#server ⇒ Types::ServerShortInfoResponse
Returns the value of attribute server.
-
#software_details ⇒ Types::DatabaseInstanceSoftwareDetailsResponse
Returns the value of attribute software_details.
Instance Attribute Details
#collectors ⇒ ::Array[Types::CollectorShortInfoResponse]
Returns the value of attribute collectors.
524 525 526 |
# File 'sig/types.rbs', line 524 def collectors @collectors end |
#database_id ⇒ ::String
Returns the value of attribute database_id.
518 519 520 |
# File 'sig/types.rbs', line 518 def database_id @database_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
519 520 521 |
# File 'sig/types.rbs', line 519 def database_name @database_name end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
520 521 522 |
# File 'sig/types.rbs', line 520 def ip_address @ip_address end |
#number_of_schemas ⇒ ::Integer
Returns the value of attribute number_of_schemas.
521 522 523 |
# File 'sig/types.rbs', line 521 def number_of_schemas @number_of_schemas end |
#server ⇒ Types::ServerShortInfoResponse
Returns the value of attribute server.
522 523 524 |
# File 'sig/types.rbs', line 522 def server @server end |
#software_details ⇒ Types::DatabaseInstanceSoftwareDetailsResponse
Returns the value of attribute software_details.
523 524 525 |
# File 'sig/types.rbs', line 523 def software_details @software_details end |