Class: Aws::Types::SendTaskSuccessInput
- Inherits:
-
Object
- Object
- Aws::Types::SendTaskSuccessInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#output ⇒ ::String
Returns the value of attribute output.
-
#task_token ⇒ ::String
Returns the value of attribute task_token.
Instance Attribute Details
#output ⇒ ::String
Returns the value of attribute output.
859 860 861 |
# File 'sig/types.rbs', line 859 def output @output end |
#task_token ⇒ ::String
Returns the value of attribute task_token.
858 859 860 |
# File 'sig/types.rbs', line 858 def task_token @task_token end |