Class: Aws::Odb::Types::GetCloudExadataInfrastructureOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::GetCloudExadataInfrastructureOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_exadata_infrastructure ⇒ Types::CloudExadataInfrastructure
The Exadata infrastructure.
Instance Attribute Details
#cloud_exadata_infrastructure ⇒ Types::CloudExadataInfrastructure
The Exadata infrastructure.
3472 3473 3474 3475 3476 |
# File 'lib/aws-sdk-odb/types.rb', line 3472 class GetCloudExadataInfrastructureOutput < Struct.new( :cloud_exadata_infrastructure) SENSITIVE = [] include Aws::Structure end |