Class: Aws::IoTThingsGraph::Types::FlowTemplateFilter

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

Overview

An object that filters a workflow search.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the search filter field.

Returns:

  • (String)


535
536
537
538
539
540
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 535

class FlowTemplateFilter < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueArray<String>

An array of string values for the search filter field. Multiple values function as AND criteria in the search.

Returns:

  • (Array<String>)


535
536
537
538
539
540
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 535

class FlowTemplateFilter < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end