Class: Aws::IoTThingsGraph::Types::SystemTemplateFilter

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

Overview

An object that filters a system search.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the system search filter field.

Returns:

  • (String)


1437
1438
1439
1440
1441
1442
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1437

class SystemTemplateFilter < 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>)


1437
1438
1439
1440
1441
1442
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1437

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