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)


4766
4767
4768
4769
4770
# File 'lib/aws-sdk-devopsagent/types.rb', line 4766

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