Class: Aws::Odb::Types::UpdateCloudExadataInfrastructureOutput

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 updated Exadata infrastructure.

Returns:

  • (String)


5006
5007
5008
5009
5010
5011
5012
5013
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5006

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

#display_nameString

The user-friendly name of the updated Exadata infrastructure.

Returns:

  • (String)


5006
5007
5008
5009
5010
5011
5012
5013
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5006

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

#statusString

The current status of the Exadata infrastructure after the update operation.

Returns:

  • (String)


5006
5007
5008
5009
5010
5011
5012
5013
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5006

class UpdateCloudExadataInfrastructureOutput < 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 after the update operation.

Returns:

  • (String)


5006
5007
5008
5009
5010
5011
5012
5013
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5006

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