Class: Aws::LambdaPreview::Types::GetFunctionConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaPreview::Types::GetFunctionConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdapreview/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_name ⇒ String
The name of the Lambda function for which you want to retrieve the configuration information.
Instance Attribute Details
#function_name ⇒ String
The name of the Lambda function for which you want to retrieve the configuration information.
252 253 254 255 256 |
# File 'lib/aws-sdk-lambdapreview/types.rb', line 252 class GetFunctionConfigurationRequest < Struct.new( :function_name) SENSITIVE = [] include Aws::Structure end |