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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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)


4459
4460
4461
4462
4463
4464
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4459

class Range < Struct.new(
  :value,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#valueInteger

The amount of time of the specified unit.

Returns:

  • (Integer)


4459
4460
4461
4462
4463
4464
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4459

class Range < Struct.new(
  :value,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end