Class: Aws::BedrockAgent::Types::TransformationLambdaConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#lambda_arnString

The function’s ARN identifier.

Returns:

  • (String)


7004
7005
7006
7007
7008
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7004

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