Class: Aws::CustomerProfiles::Types::Threshold
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::Threshold
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
The threshold for the calculated attribute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operator ⇒ String
The operator of the threshold.
-
#value ⇒ String
The value of the threshold.
Instance Attribute Details
#operator ⇒ String
The operator of the threshold.
6874 6875 6876 6877 6878 6879 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6874 class Threshold < Struct.new( :value, :operator) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the threshold.
6874 6875 6876 6877 6878 6879 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6874 class Threshold < Struct.new( :value, :operator) SENSITIVE = [] include Aws::Structure end |