Class: Aws::CustomerProfiles::Types::Range
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::Range
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
The relative time period over which data is included in the aggregation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unit ⇒ String
The unit of time.
-
#value ⇒ Integer
The amount of time of the specified unit.
Instance Attribute Details
#unit ⇒ String
The unit of time.
6189 6190 6191 6192 6193 6194 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6189 class Range < Struct.new( :value, :unit) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Integer
The amount of time of the specified unit.
6189 6190 6191 6192 6193 6194 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6189 class Range < Struct.new( :value, :unit) SENSITIVE = [] include Aws::Structure end |