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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



5004
5005
5006
5007
5008
# File 'lib/aws-sdk-devopsagent/types.rb', line 5004

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