You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lambda::Types::GetFunctionResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#codeTypes::FunctionCodeLocation

The deployment package of the function or version.

Returns:

#concurrencyTypes::Concurrency

The function\'s reserved concurrency.

Returns:

#configurationTypes::FunctionConfiguration

The configuration of the function or version.

Returns:

#tagsHash<String,String>

The function\'s tags.

Returns:

  • (Hash<String,String>)

    The function\'s [tags][1].