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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeTypes::FunctionCodeLocation

The deployment package of the function or version.



2821
2822
2823
2824
2825
2826
2827
2828
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2821

class GetFunctionResponse < Struct.new(
  :configuration,
  :code,
  :tags,
  :concurrency)
  SENSITIVE = []
  include Aws::Structure
end

#concurrencyTypes::Concurrency

The function's reserved concurrency.

Returns:



2821
2822
2823
2824
2825
2826
2827
2828
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2821

class GetFunctionResponse < Struct.new(
  :configuration,
  :code,
  :tags,
  :concurrency)
  SENSITIVE = []
  include Aws::Structure
end

#configurationTypes::FunctionConfiguration

The configuration of the function or version.



2821
2822
2823
2824
2825
2826
2827
2828
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2821

class GetFunctionResponse < Struct.new(
  :configuration,
  :code,
  :tags,
  :concurrency)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The function's tags.

Returns:

  • (Hash<String,String>)


2821
2822
2823
2824
2825
2826
2827
2828
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2821

class GetFunctionResponse < Struct.new(
  :configuration,
  :code,
  :tags,
  :concurrency)
  SENSITIVE = []
  include Aws::Structure
end