Class: Aws::WellArchitected::Types::UpdateAgentContextResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::UpdateAgentContextResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#context ⇒ Types::ContextSummary
The updated context summary.
Instance Attribute Details
#context ⇒ Types::ContextSummary
The updated context summary.
7697 7698 7699 7700 7701 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 7697 class UpdateAgentContextResponse < Struct.new( :context) SENSITIVE = [] include Aws::Structure end |