Class: Aws::Types::UpdateExadbVmClusterOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateExadbVmClusterOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#exadb_vm_cluster_id ⇒ ::String
Returns the value of attribute exadb_vm_cluster_id.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
2576 2577 2578 |
# File 'sig/types.rbs', line 2576 def display_name @display_name end |
#exadb_vm_cluster_id ⇒ ::String
Returns the value of attribute exadb_vm_cluster_id.
2579 2580 2581 |
# File 'sig/types.rbs', line 2579 def exadb_vm_cluster_id @exadb_vm_cluster_id end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
2577 2578 2579 |
# File 'sig/types.rbs', line 2577 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
2578 2579 2580 |
# File 'sig/types.rbs', line 2578 def status_reason @status_reason end |