Class: Aws::CustomerProfiles::Types::ConditionOverrides
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ConditionOverrides
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
An object to override the original condition block of a calculated attribute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#range ⇒ Types::RangeOverride
The relative time period over which data is included in the aggregation for this override.
Instance Attribute Details
#range ⇒ Types::RangeOverride
The relative time period over which data is included in the aggregation for this override.
773 774 775 776 777 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 773 class ConditionOverrides < Struct.new( :range) SENSITIVE = [] include Aws::Structure end |