Class: Aws::WellArchitected::Types::CreateAgentContextResponse

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 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