Class: Aws::WellArchitected::Types::UpdateAgentGoalResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::UpdateAgentGoalResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#goal ⇒ Types::GoalSummary
The updated goal summary.
Instance Attribute Details
#goal ⇒ Types::GoalSummary
The updated goal summary.
7753 7754 7755 7756 7757 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 7753 class UpdateAgentGoalResponse < Struct.new( :goal) SENSITIVE = [] include Aws::Structure end |