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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



2942
2943
2944
2945
2946
2947
2948
2949
# File 'lib/aws-sdk-lambda/types.rb', line 2942

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

#concurrencyTypes::Concurrency

Returns:



2942
2943
2944
2945
2946
2947
2948
2949
# File 'lib/aws-sdk-lambda/types.rb', line 2942

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

#configurationTypes::FunctionConfiguration

The configuration of the function or version.



2942
2943
2944
2945
2946
2947
2948
2949
# File 'lib/aws-sdk-lambda/types.rb', line 2942

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

#tagsHash<String,String>

Returns:

  • (Hash<String,String>)


2942
2943
2944
2945
2946
2947
2948
2949
# File 'lib/aws-sdk-lambda/types.rb', line 2942

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