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