Class: Aws::SWF::Types::CountPendingActivityTasksInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::CountPendingActivityTasksInput
- Defined in:
- gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The name of the domain that contains the task list.
-
#task_list ⇒ Types::TaskList
The name of the task list.
Instance Attribute Details
#domain ⇒ String
The name of the domain that contains the task list.
1291 1292 1293 1294 1295 1296 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 1291 class CountPendingActivityTasksInput < Struct.new( :domain, :task_list) SENSITIVE = [] include Aws::Structure end |
#task_list ⇒ Types::TaskList
The name of the task list.
1291 1292 1293 1294 1295 1296 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 1291 class CountPendingActivityTasksInput < Struct.new( :domain, :task_list) SENSITIVE = [] include Aws::Structure end |