Class: Aws::CustomerProfiles::Types::ConditionOverrides

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#rangeTypes::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