Class: Aws::Types::CountPendingActivityTasksInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:



252
253
254
# File 'sig/types.rbs', line 252

def domain
  @domain
end

#task_listTypes::TaskList

Returns the value of attribute task_list.

Returns:



253
254
255
# File 'sig/types.rbs', line 253

def task_list
  @task_list
end