Class: Aws::LambdaPreview::Types::InvokeAsyncRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaPreview::Types::InvokeAsyncRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdapreview/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_name ⇒ String
The Lambda function name.
-
#invoke_args ⇒ IO
JSON that you want to provide to your Lambda function as input.
Instance Attribute Details
#function_name ⇒ String
The Lambda function name.
337 338 339 340 341 342 |
# File 'lib/aws-sdk-lambdapreview/types.rb', line 337 class InvokeAsyncRequest < Struct.new( :function_name, :invoke_args) SENSITIVE = [] include Aws::Structure end |
#invoke_args ⇒ IO
JSON that you want to provide to your Lambda function as input.
337 338 339 340 341 342 |
# File 'lib/aws-sdk-lambdapreview/types.rb', line 337 class InvokeAsyncRequest < Struct.new( :function_name, :invoke_args) SENSITIVE = [] include Aws::Structure end |