Class: Aws::Types::DeleteTaskSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTaskSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#service ⇒ ::String
Returns the value of attribute service.
-
#task_set ⇒ ::String
Returns the value of attribute task_set.
Instance Attribute Details
#cluster ⇒ ::String
Returns the value of attribute cluster.
837 838 839 |
# File 'sig/types.rbs', line 837 def cluster @cluster end |
#force ⇒ Boolean
Returns the value of attribute force.
840 841 842 |
# File 'sig/types.rbs', line 840 def force @force end |
#service ⇒ ::String
Returns the value of attribute service.
838 839 840 |
# File 'sig/types.rbs', line 838 def service @service end |
#task_set ⇒ ::String
Returns the value of attribute task_set.
839 840 841 |
# File 'sig/types.rbs', line 839 def task_set @task_set end |