Class: Aws::IoTThingsGraph::Types::ListFlowExecutionMessagesResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messagesArray<Types::FlowExecutionMessage>

A list of objects that contain information about events in the specified flow execution.

Returns:



911
912
913
914
915
916
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 911

class ListFlowExecutionMessagesResponse < Struct.new(
  :messages,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The string to specify as nextToken when you request the next page of results.

Returns:

  • (String)


911
912
913
914
915
916
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 911

class ListFlowExecutionMessagesResponse < Struct.new(
  :messages,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end