Class: Aws::LambdaPreview::Types::DeleteFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaPreview::Types::DeleteFunctionRequest
- 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 to delete.
Instance Attribute Details
#function_name ⇒ String
The Lambda function to delete.
66 67 68 69 70 |
# File 'lib/aws-sdk-lambdapreview/types.rb', line 66 class DeleteFunctionRequest < Struct.new( :function_name) SENSITIVE = [] include Aws::Structure end |