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