Class: Aws::DevOpsAgent::Types::GoalScheduleInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb

Overview

Schedule configuration for updating goal evaluations

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

Whether the schedule is enabled or disabled

Returns:

  • (String)


1712
1713
1714
1715
1716
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1712

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