class Aws::Lambda::Types::GetFunctionResponse


@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetFunctionResponse AWS API Documentation
@return [Types::Concurrency]<br>: docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html<br><br><br><br>The function’s [reserved concurrency].
@!attribute [rw] concurrency
@return [Types::TagsError]
tags.
An object that contains details about an error related to retrieving
@!attribute [rw] tags_error
@return [Hash<String,String>]<br>: docs.aws.amazon.com/lambda/latest/api/API_ListTags.html<br>[1]: docs.aws.amazon.com/lambda/latest/dg/tagging.html<br><br><br><br>explicit allow permissions for [lambda:ListTags].
The function’s [tags]. Lambda returns tag data only if you have
@!attribute [rw] tags
@return [Types::FunctionCodeLocation]
The deployment package of the function or version.
@!attribute [rw] code
@return [Types::FunctionConfiguration]
The configuration of the function or version.
@!attribute [rw] configuration