Class: Aws::BedrockAgent::Types::TransformationLambdaConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::TransformationLambdaConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
A Lambda function that processes documents.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #lambda_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The function’s ARN identifier.
 
Instance Attribute Details
#lambda_arn ⇒ String
The function’s ARN identifier.
      6950 6951 6952 6953 6954  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6950 class TransformationLambdaConfiguration < Struct.new( :lambda_arn) SENSITIVE = [] include Aws::Structure end  |