Class: Aws::S3Control::Types::LambdaInvokeOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::LambdaInvokeOperation
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Contains the configuration parameters for a Lambda Invoke
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_arn ⇒ String
The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the manifest.
Instance Attribute Details
#function_arn ⇒ String
The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the manifest.
3075 3076 3077 3078 3079 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3075 class LambdaInvokeOperation < Struct.new( :function_arn) SENSITIVE = [] include Aws::Structure end |