Method: Aws::S3Control::Types::AwsLambdaTransformation#function_payload
- Defined in:
- lib/aws-sdk-s3control/types.rb
#function_payload ⇒ String
Additional JSON that provides supplemental data to the Lambda function used to transform objects.
489 490 491 492 493 494 |
# File 'lib/aws-sdk-s3control/types.rb', line 489 class AwsLambdaTransformation < Struct.new( :function_arn, :function_payload) SENSITIVE = [] include Aws::Structure end |