Class: Aws::CustomerProfiles::Types::Threshold

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

Overview

The threshold for the calculated attribute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operatorString

The operator of the threshold.

Returns:

  • (String)


5027
5028
5029
5030
5031
5032
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5027

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

#valueString

The value of the threshold.

Returns:

  • (String)


5027
5028
5029
5030
5031
5032
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5027

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