Class: Aws::CustomerProfiles::Types::ScheduleConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ScheduleConfiguration
- 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
-
#interval ⇒ Integer
The interval between scheduled executions.
-
#unit ⇒ String
The unit for the interval.
Instance Attribute Details
#interval ⇒ Integer
The interval between scheduled executions.
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 |
#unit ⇒ String
The unit for the interval. The following are valid values:
- HOURLY: The interval is measured in hours.
^
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 |