Class: Aws::CustomerProfiles::Types::Conditions
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::Conditions
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
The conditions including range, object count, and threshold for the calculated attribute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object_count ⇒ Integer
The number of profile objects used for the calculated attribute.
-
#range ⇒ Types::Range
The relative time period over which data is included in the aggregation.
-
#threshold ⇒ Types::Threshold
The threshold for the calculated attribute.
Instance Attribute Details
#object_count ⇒ Integer
The number of profile objects used for the calculated attribute.
508 509 510 511 512 513 514 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 508 class Conditions < Struct.new( :range, :object_count, :threshold) SENSITIVE = [] include Aws::Structure end |
#range ⇒ Types::Range
The relative time period over which data is included in the aggregation.
508 509 510 511 512 513 514 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 508 class Conditions < Struct.new( :range, :object_count, :threshold) SENSITIVE = [] include Aws::Structure end |
#threshold ⇒ Types::Threshold
The threshold for the calculated attribute.
508 509 510 511 512 513 514 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 508 class Conditions < Struct.new( :range, :object_count, :threshold) SENSITIVE = [] include Aws::Structure end |