Class: Aws::Types::RespondActivityTaskCanceledInput
- Inherits:
-
Object
- Object
- Aws::Types::RespondActivityTaskCanceledInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ ::String
Returns the value of attribute details.
-
#task_token ⇒ ::String
Returns the value of attribute task_token.
Instance Attribute Details
#details ⇒ ::String
Returns the value of attribute details.
769 770 771 |
# File 'sig/types.rbs', line 769 def details @details end |
#task_token ⇒ ::String
Returns the value of attribute task_token.
768 769 770 |
# File 'sig/types.rbs', line 768 def task_token @task_token end |