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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#stateString

Whether the schedule is enabled or disabled

Returns:

  • (String)


1676
1677
1678
1679
1680
# File 'lib/aws-sdk-devopsagent/types.rb', line 1676

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