class Aws::States::Types::GetActivityTaskInput

@note When making an API call, you may pass GetActivityTaskInput

data as a hash:

    {
      activity_arn: "Arn", # required
      worker_name: "Name",
    }

@!attribute [rw] activity_arn

The Amazon Resource Name (ARN) of the activity to retrieve tasks
from (assigned when you create the task using CreateActivity.)
@return [String]

@!attribute [rw] worker_name

You can provide an arbitrary name in order to identify the worker
that the task is assigned to. This name is used when it is logged in
the execution history.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/GetActivityTaskInput AWS API Documentation

Constants

SENSITIVE