Class: Aws::DevOpsAgent::Types::ScheduleCondition

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

Instance Attribute Details

#expressionString

The schedule expression

Returns:

  • (String)


5145
5146
5147
5148
5149
# File 'lib/aws-sdk-devopsagent/types.rb', line 5145

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