Class: Aws::Odb::Types::UpdateCloudExadataInfrastructureOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::UpdateCloudExadataInfrastructureOutput
- 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 updated Exadata infrastructure.
-
#display_name ⇒ String
The user-friendly name of the updated Exadata infrastructure.
-
#status ⇒ String
The current status of the Exadata infrastructure after the update operation.
-
#status_reason ⇒ String
Additional information about the status of the Exadata infrastructure after the update operation.
Instance Attribute Details
#cloud_exadata_infrastructure_id ⇒ String
The unique identifier of the updated Exadata infrastructure.
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_name ⇒ String
The user-friendly name of the updated Exadata infrastructure.
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 ⇒ String
The current status of the Exadata infrastructure after the update operation.
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_reason ⇒ String
Additional information about the status of the Exadata infrastructure after the update operation.
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 |