Class: Aws::SWF::Types::ActivityTaskTimedOutEventAttributes

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb

Overview

Provides the details of the ActivityTaskTimedOut event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsString

Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.

Returns:

  • (String)


316
317
318
319
320
321
322
323
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 316

class ActivityTaskTimedOutEventAttributes < Struct.new(
  :timeout_type,
  :scheduled_event_id,
  :started_event_id,
  :details)
  SENSITIVE = []
  include Aws::Structure
end

#scheduled_event_idInteger

The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Returns:

  • (Integer)


316
317
318
319
320
321
322
323
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 316

class ActivityTaskTimedOutEventAttributes < Struct.new(
  :timeout_type,
  :scheduled_event_id,
  :started_event_id,
  :details)
  SENSITIVE = []
  include Aws::Structure
end

#started_event_idInteger

The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Returns:

  • (Integer)


316
317
318
319
320
321
322
323
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 316

class ActivityTaskTimedOutEventAttributes < Struct.new(
  :timeout_type,
  :scheduled_event_id,
  :started_event_id,
  :details)
  SENSITIVE = []
  include Aws::Structure
end

#timeout_typeString

The type of the timeout that caused this event.

Returns:

  • (String)


316
317
318
319
320
321
322
323
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 316

class ActivityTaskTimedOutEventAttributes < Struct.new(
  :timeout_type,
  :scheduled_event_id,
  :started_event_id,
  :details)
  SENSITIVE = []
  include Aws::Structure
end