Class: Aws::LambdaPreview::Types::GetFunctionConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#function_nameString

The name of the Lambda function for which you want to retrieve the configuration information.

Returns:

  • (String)


252
253
254
255
256
# File 'gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/types.rb', line 252

class GetFunctionConfigurationRequest < Struct.new(
  :function_name)
  SENSITIVE = []
  include Aws::Structure
end