Class: Aws::Types::CreateCloudAutonomousVmClusterOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCloudAutonomousVmClusterOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_autonomous_vm_cluster_id ⇒ ::String
Returns the value of attribute cloud_autonomous_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_autonomous_vm_cluster_id ⇒ ::String
Returns the value of attribute cloud_autonomous_vm_cluster_id.
852 853 854 |
# File 'sig/types.rbs', line 852 def cloud_autonomous_vm_cluster_id @cloud_autonomous_vm_cluster_id end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
849 850 851 |
# File 'sig/types.rbs', line 849 def display_name @display_name end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
850 851 852 |
# File 'sig/types.rbs', line 850 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
851 852 853 |
# File 'sig/types.rbs', line 851 def status_reason @status_reason end |