You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::LambdaPreview::Types::GetFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaPreview::Types::GetFunctionRequest
- Defined in:
- (unknown)
Overview
Note:
When passing GetFunctionRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
function_name: "FunctionName", # required
}
Instance Attribute Summary collapse
-
#function_name ⇒ String
The Lambda function name.
Instance Attribute Details
#function_name ⇒ String
The Lambda function name.