class Aws::Lambda::Client

def get_function_configuration(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • get_function_configuration(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetFunctionConfiguration - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To get a Lambda function's event source mapping -

Returns:
  • (Types::FunctionConfiguration) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :qualifier (String) --
  • :function_name (required, String) --
def get_function_configuration(params = {}, options = {})
  req = build_request(:get_function_configuration, params)
  req.send_request(options)
end