Class: Aws::Types::CreateExadbVmClusterOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateExadbVmClusterOutput
- 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.
939 940 941 |
# File 'sig/types.rbs', line 939 def display_name @display_name end |
#exadb_vm_cluster_id ⇒ ::String
Returns the value of attribute exadb_vm_cluster_id.
942 943 944 |
# File 'sig/types.rbs', line 942 def exadb_vm_cluster_id @exadb_vm_cluster_id end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
940 941 942 |
# File 'sig/types.rbs', line 940 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
941 942 943 |
# File 'sig/types.rbs', line 941 def status_reason @status_reason end |