You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::States::Types::GetActivityTaskOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::GetActivityTaskOutput
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#input ⇒ String
The string that contains the JSON input data for the task.
-
#task_token ⇒ String
A token that identifies the scheduled task.
Instance Attribute Details
#input ⇒ String
The string that contains the JSON input data for the task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
#task_token ⇒ String
A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.