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
1676 1677 1678 1679 1680 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1676 class GoalScheduleInput < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |