Class: Aws::Types::ActivityTaskCancelRequestedEventAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activity_id::String

Returns the value of attribute activity_id.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def activity_id
  @activity_id
end

#decision_task_completed_event_id::Integer

Returns the value of attribute decision_task_completed_event_id.

Returns:

  • (::Integer)


22
23
24
# File 'sig/types.rbs', line 22

def decision_task_completed_event_id
  @decision_task_completed_event_id
end