Class: Aws::WellArchitected::Types::CreateAgentGoalResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::CreateAgentGoalResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#goal ⇒ Types::GoalSummary
The created goal summary.
Instance Attribute Details
#goal ⇒ Types::GoalSummary
The created goal summary.
1418 1419 1420 1421 1422 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 1418 class CreateAgentGoalResponse < Struct.new( :goal) SENSITIVE = [] include Aws::Structure end |