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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


9926
9927
9928
9929
9930
9931
# File 'lib/aws-sdk-customerprofiles/types.rb', line 9926

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)


9926
9927
9928
9929
9930
9931
# File 'lib/aws-sdk-customerprofiles/types.rb', line 9926

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