Class: Aws::IoTThingsGraph::Types::SearchFlowExecutionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::SearchFlowExecutionsRequest
- Defined in:
- gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb
Overview
Note:
When making an API call, you may pass SearchFlowExecutionsRequest data as a hash:
{
system_instance_id: "Urn", # required
flow_execution_id: "FlowExecutionId",
start_time: Time.now,
end_time: Time.now,
next_token: "NextToken",
max_results: 1,
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The date and time of the latest flow execution to return.
-
#flow_execution_id ⇒ String
The ID of a flow execution.
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#next_token ⇒ String
The string that specifies the next page of results.
-
#start_time ⇒ Time
The date and time of the earliest flow execution to return.
-
#system_instance_id ⇒ String
The ID of the system instance that contains the flow.
Instance Attribute Details
#end_time ⇒ Time
The date and time of the latest flow execution to return.
1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 |
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1326 class SearchFlowExecutionsRequest < Struct.new( :system_instance_id, :flow_execution_id, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#flow_execution_id ⇒ String
The ID of a flow execution.
1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 |
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1326 class SearchFlowExecutionsRequest < Struct.new( :system_instance_id, :flow_execution_id, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in the response.
1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 |
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1326 class SearchFlowExecutionsRequest < Struct.new( :system_instance_id, :flow_execution_id, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The string that specifies the next page of results. Use this when you're paginating results.
1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 |
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1326 class SearchFlowExecutionsRequest < Struct.new( :system_instance_id, :flow_execution_id, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The date and time of the earliest flow execution to return.
1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 |
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1326 class SearchFlowExecutionsRequest < Struct.new( :system_instance_id, :flow_execution_id, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#system_instance_id ⇒ String
The ID of the system instance that contains the flow.
1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 |
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1326 class SearchFlowExecutionsRequest < Struct.new( :system_instance_id, :flow_execution_id, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |