Class: Aws::CustomerProfiles::Types::RangeOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::RangeOverride
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Overrides the original range on a calculated attribute definition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end ⇒ Integer
The end time of when to include objects.
-
#start ⇒ Integer
The start time of when to include objects.
-
#unit ⇒ String
The unit for start and end.
Instance Attribute Details
#end ⇒ Integer
The end time of when to include objects.
6212 6213 6214 6215 6216 6217 6218 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6212 class RangeOverride < Struct.new( :start, :end, :unit) SENSITIVE = [] include Aws::Structure end |
#start ⇒ Integer
The start time of when to include objects.
6212 6213 6214 6215 6216 6217 6218 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6212 class RangeOverride < Struct.new( :start, :end, :unit) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
The unit for start and end.
6212 6213 6214 6215 6216 6217 6218 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6212 class RangeOverride < Struct.new( :start, :end, :unit) SENSITIVE = [] include Aws::Structure end |