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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contextTypes::ContextSummary

The created context summary.



1362
1363
1364
1365
1366
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1362

class CreateAgentContextResponse < Struct.new(
  :context)
  SENSITIVE = []
  include Aws::Structure
end