Class: Aws::DevOpsAgent::Types::ScheduleCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::ScheduleCondition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Schedule-based condition that fires the Trigger
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expression ⇒ String
The schedule expression.
Instance Attribute Details
#expression ⇒ String
The schedule expression
4766 4767 4768 4769 4770 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4766 class ScheduleCondition < Struct.new( :expression) SENSITIVE = [] include Aws::Structure end |