Class: Aws::CustomerProfiles::Types::ScheduleConfiguration

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

Overview

Configuration for scheduled segment membership event notifications.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#intervalInteger

The interval between scheduled executions.

Returns:

  • (Integer)


9969
9970
9971
9972
9973
9974
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9969

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

#unitString

The unit for the interval. The following are valid values:

  • HOURLY: The interval is measured in hours.

^

Returns:

  • (String)


9969
9970
9971
9972
9973
9974
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9969

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