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.
830 831 832 |
# File 'sig/types.rbs', line 830 def cluster @cluster end |
#force ⇒ Boolean
Returns the value of attribute force.
833 834 835 |
# File 'sig/types.rbs', line 833 def force @force end |
#service ⇒ ::String
Returns the value of attribute service.
831 832 833 |
# File 'sig/types.rbs', line 831 def service @service end |
#task_set ⇒ ::String
Returns the value of attribute task_set.
832 833 834 |
# File 'sig/types.rbs', line 832 def task_set @task_set end |