Class: Aws::DevOpsAgent::Types::UpdateGoalRequest

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

Overview

Request structure for updating a goal

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier for the agent space containing the goal

Returns:

  • (String)


4881
4882
4883
4884
4885
4886
4887
4888
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4881

class UpdateGoalRequest < Struct.new(
  :agent_space_id,
  :goal_id,
  :evaluation_schedule,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

Client-provided token for idempotent operations

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


4881
4882
4883
4884
4885
4886
4887
4888
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4881

class UpdateGoalRequest < Struct.new(
  :agent_space_id,
  :goal_id,
  :evaluation_schedule,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_scheduleTypes::GoalScheduleInput

Update goal schedule state



4881
4882
4883
4884
4885
4886
4887
4888
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4881

class UpdateGoalRequest < Struct.new(
  :agent_space_id,
  :goal_id,
  :evaluation_schedule,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#goal_idString

The unique identifier of the goal to update

Returns:

  • (String)


4881
4882
4883
4884
4885
4886
4887
4888
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4881

class UpdateGoalRequest < Struct.new(
  :agent_space_id,
  :goal_id,
  :evaluation_schedule,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end