Class: Aws::WellArchitected::Types::CreateAgentContextResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::CreateAgentContextResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#context ⇒ Types::ContextSummary
The created context summary.
Instance Attribute Details
#context ⇒ Types::ContextSummary
The created context summary.
1368 1369 1370 1371 1372 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 1368 class CreateAgentContextResponse < Struct.new( :context) SENSITIVE = [] include Aws::Structure end |