Class: Aws::IoTThingsGraph::Types::ListFlowExecutionMessagesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::ListFlowExecutionMessagesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#messages ⇒ Array<Types::FlowExecutionMessage>
A list of objects that contain information about events in the specified flow execution.
-
#next_token ⇒ String
The string to specify as ‘nextToken` when you request the next page of results.
Instance Attribute Details
#messages ⇒ Array<Types::FlowExecutionMessage>
A list of objects that contain information about events in the specified flow execution.
911 912 913 914 915 916 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 911 class ListFlowExecutionMessagesResponse < Struct.new( :messages, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The string to specify as ‘nextToken` when you request the next page of results.
911 912 913 914 915 916 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 911 class ListFlowExecutionMessagesResponse < Struct.new( :messages, :next_token) SENSITIVE = [] include Aws::Structure end |