class Aws::SWF::Types::CountPendingActivityTasksInput

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

data as a hash:

    {
      domain: "DomainName", # required
      task_list: { # required
        name: "Name", # required
      },
    }

@!attribute [rw] domain

The name of the domain that contains the task list.
@return [String]

@!attribute [rw] task_list

The name of the task list.
@return [Types::TaskList]

Constants

SENSITIVE