Class: Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateSessionConfiguration

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

Overview

Contains configuration about the session with the knowledge base.

This data type is used in the following API operations:

^

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arnString

The ARN of the KMS key encrypting the session.

Returns:

  • (String)


2179
2180
2181
2182
2183
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2179

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