Class: Aws::IoTAnalytics::Types::Schedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::Schedule
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
The schedule for when to trigger an update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expression ⇒ String
The expression that defines when to trigger an update.
Instance Attribute Details
#expression ⇒ String
The expression that defines when to trigger an update. For more information, see [Schedule Expressions for Rules] in the *Amazon CloudWatch Events User Guide*.
[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html
2699 2700 2701 2702 2703 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2699 class Schedule < Struct.new( :expression) SENSITIVE = [] include Aws::Structure end |