Class: Aws::CustomerProfiles::Types::Range

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

Instance Attribute Details

#unitString

The unit of time.

Returns:

  • (String)


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

#valueInteger

The amount of time of the specified unit.

Returns:

  • (Integer)


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