Class: Aws::Odb::Types::GetCloudExadataInfrastructureInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::GetCloudExadataInfrastructureInput
- 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 Exadata infrastructure.
Instance Attribute Details
#cloud_exadata_infrastructure_id ⇒ String
The unique identifier of the Exadata infrastructure.
3537 3538 3539 3540 3541 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3537 class GetCloudExadataInfrastructureInput < Struct.new( :cloud_exadata_infrastructure_id) SENSITIVE = [] include Aws::Structure end |