Class: Aws::Odb::Types::GetCloudExadataInfrastructureUnallocatedResourcesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::GetCloudExadataInfrastructureUnallocatedResourcesOutput
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_exadata_infrastructure_unallocated_resources ⇒ Types::CloudExadataInfrastructureUnallocatedResources
Details about the unallocated resources in the specified Cloud Exadata infrastructure.
Instance Attribute Details
#cloud_exadata_infrastructure_unallocated_resources ⇒ Types::CloudExadataInfrastructureUnallocatedResources
Details about the unallocated resources in the specified Cloud Exadata infrastructure.
3374 3375 3376 3377 3378 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3374 class GetCloudExadataInfrastructureUnallocatedResourcesOutput < Struct.new( :cloud_exadata_infrastructure_unallocated_resources) SENSITIVE = [] include Aws::Structure end |