Class: Aws::CustomerProfiles::Types::ObjectAttribute

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

Overview

The criteria that a specific object attribute must meet to trigger the destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operatorString

The operator used to compare an attribute against a list of values.

Returns:

  • (String)


5326
5327
5328
5329
5330
5331
5332
5333
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5326

class ObjectAttribute < Struct.new(
  :source,
  :field_name,
  :comparison_operator,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#field_nameString

A field defined within an object type.

Returns:

  • (String)


5326
5327
5328
5329
5330
5331
5332
5333
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5326

class ObjectAttribute < Struct.new(
  :source,
  :field_name,
  :comparison_operator,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

An attribute contained within a source object.

Returns:

  • (String)


5326
5327
5328
5329
5330
5331
5332
5333
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5326

class ObjectAttribute < Struct.new(
  :source,
  :field_name,
  :comparison_operator,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

A list of attribute values used for comparison.

Returns:

  • (Array<String>)


5326
5327
5328
5329
5330
5331
5332
5333
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5326

class ObjectAttribute < Struct.new(
  :source,
  :field_name,
  :comparison_operator,
  :values)
  SENSITIVE = []
  include Aws::Structure
end