Class: Aws::WellArchitected::Types::UpdateAgentGoalResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::UpdateAgentGoalResponse
- Defined in:
- gems/aws-sdk-wellarchitected/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.
7741 7742 7743 7744 7745 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7741 class UpdateAgentGoalResponse < Struct.new( :goal) SENSITIVE = [] include Aws::Structure end |