Class: Aws::Odb::Types::GetCloudExadataInfrastructureInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::GetCloudExadataInfrastructureInput
- Includes:
- Structure
- Defined in:
- 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.
6082 6083 6084 6085 6086 |
# File 'lib/aws-sdk-odb/types.rb', line 6082 class GetCloudExadataInfrastructureInput < Struct.new( :cloud_exadata_infrastructure_id) SENSITIVE = [] include Aws::Structure end |