Class: Aws::DevOpsAgent::Types::GoalScheduleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GoalScheduleInput
- Includes:
- Structure
- Defined in:
- 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
1682 1683 1684 1685 1686 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1682 class GoalScheduleInput < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |