Class: Aws::Types::GetDbServerInput
- Inherits:
-
Object
- Object
- Aws::Types::GetDbServerInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_exadata_infrastructure_id ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_id.
-
#db_server_id ⇒ ::String
Returns the value of attribute db_server_id.
Instance Attribute Details
#cloud_exadata_infrastructure_id ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_id.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def cloud_exadata_infrastructure_id @cloud_exadata_infrastructure_id end |
#db_server_id ⇒ ::String
Returns the value of attribute db_server_id.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def db_server_id @db_server_id end |