Class: Aws::Types::PollForActivityTaskInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.



645
646
647
# File 'sig/types.rbs', line 645

def domain
  @domain
end

#identity::String

Returns the value of attribute identity.



647
648
649
# File 'sig/types.rbs', line 647

def identity
  @identity
end

#task_listTypes::TaskList

Returns the value of attribute task_list.



646
647
648
# File 'sig/types.rbs', line 646

def task_list
  @task_list
end