Class: Aws::DevOpsAgent::Types::UpdateGoalResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::UpdateGoalResponse
- 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
-
#goal ⇒ Types::Goal
The updated goal object.
Instance Attribute Details
#goal ⇒ Types::Goal
The updated goal object
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 |