class Aws::IoTTwinMaker::Types::PropertyFilter

An object that filters items returned by a property request.

@note When making an API call, you may pass PropertyFilter

data as a hash:

    {
      operator: "String",
      property_name: "String",
      value: {
        boolean_value: false,
        double_value: 1.0,
        expression: "Expression",
        integer_value: 1,
        list_value: [
          {
            # recursive DataValue
          },
        ],
        long_value: 1,
        map_value: {
          "String" => {
            # recursive DataValue
          },
        },
        relationship_value: {
          target_component_name: "Name",
          target_entity_id: "EntityId",
        },
        string_value: "String",
      },
    }

@!attribute [rw] operator

The operator associated with this property filter.
@return [String]

@!attribute [rw] property_name

The property name associated with this property filter.
@return [String]

@!attribute [rw] value

The value associated with this property filter.
@return [Types::DataValue]

Constants

SENSITIVE