class Aws::LambdaPreview::Types::InvokeAsyncRequest

@note When making an API call, you may pass InvokeAsyncRequest

data as a hash:

    {
      function_name: "FunctionName", # required
      invoke_args: "data", # required
    }

@!attribute [rw] function_name

The Lambda function name.
@return [String]

@!attribute [rw] invoke_args

JSON that you want to provide to your Lambda function as input.
@return [IO]

@see docs.aws.amazon.com/goto/WebAPI/lambda-2014-11-11/InvokeAsyncRequest AWS API Documentation

Constants

SENSITIVE