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.
4407 4408 4409 4410 4411 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4407 class RetrieveAndGenerateSessionConfiguration < Struct.new( :kms_key_arn) SENSITIVE = [] include Aws::Structure end |