Class: Aws::Types::GetCloudExadataInfrastructureUnallocatedResourcesInput
- Inherits:
-
Object
- Object
- Aws::Types::GetCloudExadataInfrastructureUnallocatedResourcesInput
- 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_servers ⇒ ::Array[::String]
Returns the value of attribute db_servers.
Instance Attribute Details
#cloud_exadata_infrastructure_id ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_id.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def cloud_exadata_infrastructure_id @cloud_exadata_infrastructure_id end |
#db_servers ⇒ ::Array[::String]
Returns the value of attribute db_servers.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def db_servers @db_servers end |