Class: Aws::SWF::Types::CountPendingActivityTasksInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-swf/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The name of the domain that contains the task list.

Returns:

  • (String)


1291
1292
1293
1294
1295
1296
# File 'lib/aws-sdk-swf/types.rb', line 1291

class CountPendingActivityTasksInput < Struct.new(
  :domain,
  :task_list)
  SENSITIVE = []
  include Aws::Structure
end

#task_listTypes::TaskList

The name of the task list.

Returns:



1291
1292
1293
1294
1295
1296
# File 'lib/aws-sdk-swf/types.rb', line 1291

class CountPendingActivityTasksInput < Struct.new(
  :domain,
  :task_list)
  SENSITIVE = []
  include Aws::Structure
end