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 
sessionConfigurationfield 
^
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.
      7860 7861 7862 7863 7864  | 
    
      # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7860 class RetrieveAndGenerateSessionConfiguration < Struct.new( :kms_key_arn) SENSITIVE = [] include Aws::Structure end  |