Class: Aws::Types::CreateCloudVmClusterOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCloudVmClusterOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_vm_cluster_id ⇒ ::String
Returns the value of attribute cloud_vm_cluster_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_vm_cluster_id ⇒ ::String
Returns the value of attribute cloud_vm_cluster_id.
909 910 911 |
# File 'sig/types.rbs', line 909 def cloud_vm_cluster_id @cloud_vm_cluster_id end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
906 907 908 |
# File 'sig/types.rbs', line 906 def display_name @display_name end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
907 908 909 |
# File 'sig/types.rbs', line 907 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
908 909 910 |
# File 'sig/types.rbs', line 908 def status_reason @status_reason end |