Class: Aws::TimestreamQuery::Types::ScheduleConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb

Overview

Configuration of the schedule of the query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#schedule_expressionString

An expression that denotes when to trigger the scheduled query run. This can be a cron expression or a rate expression.

Returns:

  • (String)


988
989
990
991
992
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 988

class ScheduleConfiguration < Struct.new(
  :schedule_expression)
  SENSITIVE = []
  include Aws::Structure
end