Class: Aws::S3Control::Types::AwsLambdaTransformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::AwsLambdaTransformation
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Lambda function used to transform objects through an Object Lambda Access Point.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda function.
-
#function_payload ⇒ String
Additional JSON that provides supplemental data to the Lambda function used to transform objects.
Instance Attribute Details
#function_arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda function.
438 439 440 441 442 443 |
# File 'lib/aws-sdk-s3control/types.rb', line 438 class AwsLambdaTransformation < Struct.new( :function_arn, :function_payload) SENSITIVE = [] include Aws::Structure end |
#function_payload ⇒ String
Additional JSON that provides supplemental data to the Lambda function used to transform objects.
438 439 440 441 442 443 |
# File 'lib/aws-sdk-s3control/types.rb', line 438 class AwsLambdaTransformation < Struct.new( :function_arn, :function_payload) SENSITIVE = [] include Aws::Structure end |