Class: Aws::DevOpsAgent::Types::UpdateGoalResponse

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

Overview

Response structure containing the updated goal

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#goalTypes::Goal

The updated goal object

Returns:



4850
4851
4852
4853
4854
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4850

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