Class: Aws::LambdaPreview::Types::GetFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaPreview::Types::GetFunctionRequest
- 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.
Instance Attribute Details
#function_name ⇒ String
The Lambda function name.
264 265 266 267 268 |
# File 'lib/aws-sdk-lambdapreview/types.rb', line 264 class GetFunctionRequest < Struct.new( :function_name) SENSITIVE = [] include Aws::Structure end |