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.



2411
2412
2413
2414
2415
2416
2417
2418
# File 'lib/aws-sdk-lambda/types.rb', line 2411

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

#concurrencyTypes::Concurrency

Returns:



2411
2412
2413
2414
2415
2416
2417
2418
# File 'lib/aws-sdk-lambda/types.rb', line 2411

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

#configurationTypes::FunctionConfiguration

The configuration of the function or version.



2411
2412
2413
2414
2415
2416
2417
2418
# File 'lib/aws-sdk-lambda/types.rb', line 2411

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

#tagsHash<String,String>

Returns:

  • (Hash<String,String>)


2411
2412
2413
2414
2415
2416
2417
2418
# File 'lib/aws-sdk-lambda/types.rb', line 2411

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