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

Class: Aws::LambdaPreview::Types::InvokeAsyncRequest

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

Overview

Note:

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

{
  function_name: "FunctionName", # required
  invoke_args: source_file, # file/IO object, or string data, required
}

Instance Attribute Summary collapse

Instance Attribute Details

#function_nameString

The Lambda function name.

Returns:

  • (String)

    The Lambda function name.

#invoke_argsIO

JSON that you want to provide to your Lambda function as input.

Returns:

  • (IO)

    JSON that you want to provide to your Lambda function as input.