Class: Aws::DevOpsAgent::Types::GoalScheduleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GoalScheduleInput
- 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
-
#state ⇒ String
Whether the schedule is enabled or disabled.
Instance Attribute Details
#state ⇒ String
Whether the schedule is enabled or disabled
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 |