Class: Aws::DevOpsAgent::Types::UpdateGoalResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::UpdateGoalResponse
- 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
-
#goal ⇒ Types::Goal
The updated goal object.
Instance Attribute Details
#goal ⇒ Types::Goal
The updated goal object
4865 4866 4867 4868 4869 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4865 class UpdateGoalResponse < Struct.new( :goal) SENSITIVE = [] include Aws::Structure end |