Class: Aws::SWF::Types::CountPendingDecisionTasksInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-swf/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)


1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 1306

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

#task_listTypes::TaskList

The name of the task list.

Returns:



1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 1306

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