Class: Aws::Types::CreateClusterResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterResponse
- 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.
-
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
335 336 337 |
# File 'sig/types.rbs', line 335 def cluster_arn @cluster_arn end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
336 337 338 |
# File 'sig/types.rbs', line 336 def cluster_name @cluster_name end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
337 338 339 |
# File 'sig/types.rbs', line 337 def state @state end |