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)


5062
5063
5064
5065
5066
5067
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5062

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

#valueString

The value of the threshold.

Returns:

  • (String)


5062
5063
5064
5065
5066
5067
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5062

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