Class: Aws::Odb::Types::GetCloudExadataInfrastructureUnallocatedResourcesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::GetCloudExadataInfrastructureUnallocatedResourcesInput
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_exadata_infrastructure_id ⇒ String
The unique identifier of the Cloud Exadata infrastructure for which to retrieve unallocated resources.
-
#db_servers ⇒ Array<String>
The database servers to include in the unallocated resources query.
Instance Attribute Details
#cloud_exadata_infrastructure_id ⇒ String
The unique identifier of the Cloud Exadata infrastructure for which to retrieve unallocated resources.
3360 3361 3362 3363 3364 3365 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3360 class GetCloudExadataInfrastructureUnallocatedResourcesInput < Struct.new( :cloud_exadata_infrastructure_id, :db_servers) SENSITIVE = [] include Aws::Structure end |
#db_servers ⇒ Array<String>
The database servers to include in the unallocated resources query.
3360 3361 3362 3363 3364 3365 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3360 class GetCloudExadataInfrastructureUnallocatedResourcesInput < Struct.new( :cloud_exadata_infrastructure_id, :db_servers) SENSITIVE = [] include Aws::Structure end |