Class: Aws::Odb::Types::GetCloudExadataInfrastructureUnallocatedResourcesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_exadata_infrastructure_unallocated_resourcesTypes::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