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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotanalytics/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.

Returns:

  • (String)


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

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