Class: Aws::Odb::Types::GetCloudExadataInfrastructureOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::GetCloudExadataInfrastructureOutput
- Defined in:
- gems/aws-sdk-odb/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.
3343 3344 3345 3346 3347 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3343 class GetCloudExadataInfrastructureOutput < Struct.new( :cloud_exadata_infrastructure) SENSITIVE = [] include Aws::Structure end |