Class: Aws::IoTThingsGraph::Types::SearchFlowExecutionsRequest

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

#end_timeTime

The date and time of the latest flow execution to return.

Returns:

  • (Time)


1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1080

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_idString

The ID of a flow execution.

Returns:

  • (String)


1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1080

class SearchFlowExecutionsRequest < Struct.new(
  :system_instance_id,
  :flow_execution_id,
  :start_time,
  :end_time,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in the response.

Returns:

  • (Integer)


1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1080

class SearchFlowExecutionsRequest < Struct.new(
  :system_instance_id,
  :flow_execution_id,
  :start_time,
  :end_time,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The string that specifies the next page of results. Use this when you're paginating results.

Returns:

  • (String)


1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1080

class SearchFlowExecutionsRequest < Struct.new(
  :system_instance_id,
  :flow_execution_id,
  :start_time,
  :end_time,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The date and time of the earliest flow execution to return.

Returns:

  • (Time)


1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1080

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_idString

The ID of the system instance that contains the flow.

Returns:

  • (String)


1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1080

class SearchFlowExecutionsRequest < Struct.new(
  :system_instance_id,
  :flow_execution_id,
  :start_time,
  :end_time,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end