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.
342 343 344 |
# File 'sig/types.rbs', line 342 def cluster_arn @cluster_arn end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
343 344 345 |
# File 'sig/types.rbs', line 343 def cluster_name @cluster_name end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
344 345 346 |
# File 'sig/types.rbs', line 344 def state @state end |