Class: Aws::IoTTwinMaker::Types::PropertyFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Overview

An object that filters items returned by a property request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operatorString

The operator associated with this property filter.

Returns:

  • (String)


3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3108

class PropertyFilter < Struct.new(
  :property_name,
  :operator,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#property_nameString

The property name associated with this property filter.

Returns:

  • (String)


3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3108

class PropertyFilter < Struct.new(
  :property_name,
  :operator,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::DataValue

The value associated with this property filter.

Returns:



3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3108

class PropertyFilter < Struct.new(
  :property_name,
  :operator,
  :value)
  SENSITIVE = []
  include Aws::Structure
end