Class: Aws::Types::ClusterInList
- Inherits:
-
Object
- Object
- Aws::Types::ClusterInList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
51 52 53 |
# File 'sig/types.rbs', line 51 def cluster_arn @cluster_arn end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
52 53 54 |
# File 'sig/types.rbs', line 52 def cluster_name @cluster_name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
53 54 55 |
# File 'sig/types.rbs', line 53 def status @status end |