Class: Aws::Types::StopTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#task ⇒ ::String
Returns the value of attribute task.
Instance Attribute Details
#cluster ⇒ ::String
Returns the value of attribute cluster.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def cluster @cluster end |
#reason ⇒ ::String
Returns the value of attribute reason.
2552 2553 2554 |
# File 'sig/types.rbs', line 2552 def reason @reason end |
#task ⇒ ::String
Returns the value of attribute task.
2551 2552 2553 |
# File 'sig/types.rbs', line 2551 def task @task end |