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
show all
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

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)

    The expression that defines when to trigger an update.