Class: Aws::Types::ActivityTaskCanceledEventAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#details::String

Returns the value of attribute details.

Returns:



28
29
30
# File 'sig/types.rbs', line 28

def details
  @details
end

#latest_cancel_requested_event_id::Integer

Returns the value of attribute latest_cancel_requested_event_id.

Returns:



31
32
33
# File 'sig/types.rbs', line 31

def latest_cancel_requested_event_id
  @latest_cancel_requested_event_id
end

#scheduled_event_id::Integer

Returns the value of attribute scheduled_event_id.

Returns:



29
30
31
# File 'sig/types.rbs', line 29

def scheduled_event_id
  @scheduled_event_id
end

#started_event_id::Integer

Returns the value of attribute started_event_id.

Returns:



30
31
32
# File 'sig/types.rbs', line 30

def started_event_id
  @started_event_id
end