You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTAnalytics::Types::Schedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::Schedule
- Defined in:
- (unknown)
Overview
Note:
When passing Schedule as input to an Aws::Client method, you can use a vanilla Hash:
{
expression: "ScheduleExpression",
}
The schedule for when to trigger an update.
Returned by:
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.