Class: Aws::Types::DeleteClusterResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteClusterResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
421 422 423 |
# File 'sig/types.rbs', line 421 def cluster_arn @cluster_arn end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
422 423 424 |
# File 'sig/types.rbs', line 422 def state @state end |