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

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

Overview

An object that contains information about a flow event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeString

The type of flow event .

Returns:

  • (String)


454
455
456
457
458
459
460
461
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 454

class FlowExecutionMessage < Struct.new(
  :message_id,
  :event_type,
  :timestamp,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end

#message_idString

The unique identifier of the message.

Returns:

  • (String)


454
455
456
457
458
459
460
461
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 454

class FlowExecutionMessage < Struct.new(
  :message_id,
  :event_type,
  :timestamp,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end

#payloadString

A string containing information about the flow event.

Returns:

  • (String)


454
455
456
457
458
459
460
461
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 454

class FlowExecutionMessage < Struct.new(
  :message_id,
  :event_type,
  :timestamp,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The date and time when the message was last updated.

Returns:

  • (Time)


454
455
456
457
458
459
460
461
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 454

class FlowExecutionMessage < Struct.new(
  :message_id,
  :event_type,
  :timestamp,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end