Class: Aws::WellArchitected::Types::UpdateAgentContextResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wellarchitected/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

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