Class: Aws::IoTAnalytics::Types::Schedule

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#expressionString

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

Returns:

  • (String)


2699
2700
2701
2702
2703
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2699

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