You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTThingsGraph::Types::FlowExecutionMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An object that contains information about a flow event.

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeString

The type of flow event .

Possible values:

  • EXECUTION_STARTED
  • EXECUTION_FAILED
  • EXECUTION_ABORTED
  • EXECUTION_SUCCEEDED
  • STEP_STARTED
  • STEP_FAILED
  • STEP_SUCCEEDED
  • ACTIVITY_SCHEDULED
  • ACTIVITY_STARTED
  • ACTIVITY_FAILED
  • ACTIVITY_SUCCEEDED
  • START_FLOW_EXECUTION_TASK
  • SCHEDULE_NEXT_READY_STEPS_TASK
  • THING_ACTION_TASK
  • THING_ACTION_TASK_FAILED
  • THING_ACTION_TASK_SUCCEEDED
  • ACKNOWLEDGE_TASK_MESSAGE

Returns:

  • (String)

    The type of flow event .

#message_idString

The unique identifier of the message.

Returns:

  • (String)

    The unique identifier of the message.

#payloadString

A string containing information about the flow event.

Returns:

  • (String)

    A string containing information about the flow event.

#timestampTime

The date and time when the message was last updated.

Returns:

  • (Time)

    The date and time when the message was last updated.