Class: Aws::CustomerProfiles::Types::RangeOverride

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Overrides the original range on a calculated attribute definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endInteger

The end time of when to include objects.

Returns:

  • (Integer)


6876
6877
6878
6879
6880
6881
6882
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6876

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

#startInteger

The start time of when to include objects.

Returns:

  • (Integer)


6876
6877
6878
6879
6880
6881
6882
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6876

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

#unitString

The unit for start and end.

Returns:

  • (String)


6876
6877
6878
6879
6880
6881
6882
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6876

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