Class: Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateSessionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateSessionConfiguration
- 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:
- RetrieveAndGenerate request – in the
sessionConfiguration
field
^
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_key_arn ⇒ String
The ARN of the KMS key encrypting the session.
Instance Attribute Details
#kms_key_arn ⇒ String
The ARN of the KMS key encrypting the session.
3355 3356 3357 3358 3359 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3355 class RetrieveAndGenerateSessionConfiguration < Struct.new( :kms_key_arn) SENSITIVE = [] include Aws::Structure end |