Class: Aws::TimestreamQuery::Types::ScheduleConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::ScheduleConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
Configuration of the schedule of the query.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schedule_expression ⇒ String
An expression that denotes when to trigger the scheduled query run.
Instance Attribute Details
#schedule_expression ⇒ String
An expression that denotes when to trigger the scheduled query run. This can be a cron expression or a rate expression.
988 989 990 991 992 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 988 class ScheduleConfiguration < Struct.new( :schedule_expression) SENSITIVE = [] include Aws::Structure end |