Class: Aws::Odb::Types::GetCloudExadataInfrastructureInput

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_idString

The unique identifier of the Exadata infrastructure.

Returns:

  • (String)


3331
3332
3333
3334
3335
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3331

class GetCloudExadataInfrastructureInput < Struct.new(
  :cloud_exadata_infrastructure_id)
  SENSITIVE = []
  include Aws::Structure
end