Class: Aws::WellArchitected::Types::UpdateAgentContextResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::UpdateAgentContextResponse
- Defined in:
- gems/aws-sdk-wellarchitected/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.
7685 7686 7687 7688 7689 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7685 class UpdateAgentContextResponse < Struct.new( :context) SENSITIVE = [] include Aws::Structure end |