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.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def cluster @cluster end |
#reason ⇒ ::String
Returns the value of attribute reason.
2536 2537 2538 |
# File 'sig/types.rbs', line 2536 def reason @reason end |
#task ⇒ ::String
Returns the value of attribute task.
2535 2536 2537 |
# File 'sig/types.rbs', line 2535 def task @task end |