You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::S3Control::Types::LambdaInvokeOperation

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing LambdaInvokeOperation as input to an Aws::Client method, you can use a vanilla Hash:

{
  function_arn: "FunctionArnString",
}

Contains the configuration parameters for a Lambda Invoke operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#function_arnString

The Amazon Resource Name (ARN) for the AWS Lambda function that the specified job will invoke for each object in the manifest.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the AWS Lambda function that the specified job will invoke for each object in the manifest.