Class: Aws::Types::UpdateCloudExadataInfrastructureOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCloudExadataInfrastructureOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_exadata_infrastructure_id ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_id.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#cloud_exadata_infrastructure_id ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_id.
2556 2557 2558 |
# File 'sig/types.rbs', line 2556 def cloud_exadata_infrastructure_id @cloud_exadata_infrastructure_id end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2553 2554 2555 |
# File 'sig/types.rbs', line 2553 def display_name @display_name end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
2554 2555 2556 |
# File 'sig/types.rbs', line 2554 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
2555 2556 2557 |
# File 'sig/types.rbs', line 2555 def status_reason @status_reason end |