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.
415 416 417 |
# File 'sig/types.rbs', line 415 def cluster_arn @cluster_arn end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
416 417 418 |
# File 'sig/types.rbs', line 416 def current_version @current_version end |