Class: Aws::Odb::Types::CreateCloudExadataInfrastructureOutput

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)


1968
1969
1970
1971
1972
1973
1974
1975
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1968

class CreateCloudExadataInfrastructureOutput < Struct.new(
  :display_name,
  :status,
  :status_reason,
  :cloud_exadata_infrastructure_id)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The user-friendly name for the Exadata infrastructure.

Returns:

  • (String)


1968
1969
1970
1971
1972
1973
1974
1975
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1968

class CreateCloudExadataInfrastructureOutput < Struct.new(
  :display_name,
  :status,
  :status_reason,
  :cloud_exadata_infrastructure_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the Exadata infrastructure.

Returns:

  • (String)


1968
1969
1970
1971
1972
1973
1974
1975
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1968

class CreateCloudExadataInfrastructureOutput < Struct.new(
  :display_name,
  :status,
  :status_reason,
  :cloud_exadata_infrastructure_id)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

Additional information about the status of the Exadata infrastructure.

Returns:

  • (String)


1968
1969
1970
1971
1972
1973
1974
1975
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1968

class CreateCloudExadataInfrastructureOutput < Struct.new(
  :display_name,
  :status,
  :status_reason,
  :cloud_exadata_infrastructure_id)
  SENSITIVE = []
  include Aws::Structure
end