Class: Aws::Types::GetActivityTaskOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetActivityTaskOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input ⇒ ::String
Returns the value of attribute input.
-
#task_token ⇒ ::String
Returns the value of attribute task_token.
Instance Attribute Details
#input ⇒ ::String
Returns the value of attribute input.
403 404 405 |
# File 'sig/types.rbs', line 403 def input @input end |
#task_token ⇒ ::String
Returns the value of attribute task_token.
402 403 404 |
# File 'sig/types.rbs', line 402 def task_token @task_token end |