Class: Aws::IoTTwinMaker::Types::PropertyFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::PropertyFilter
- 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
-
#operator ⇒ String
The operator associated with this property filter.
-
#property_name ⇒ String
The property name associated with this property filter.
-
#value ⇒ Types::DataValue
The value associated with this property filter.
Instance Attribute Details
#operator ⇒ String
The operator associated with this property filter.
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_name ⇒ String
The property name associated with this property filter.
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 |
#value ⇒ Types::DataValue
The value associated with this property filter.
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 |