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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#codeTypes::FunctionCodeLocation

The deployment package of the function or version.



1304
1305
1306
1307
1308
1309
1310
# File 'lib/aws-sdk-lambda/types.rb', line 1304

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

#concurrencyTypes::Concurrency

Returns:



1304
1305
1306
1307
1308
1309
1310
# File 'lib/aws-sdk-lambda/types.rb', line 1304

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

#configurationTypes::FunctionConfiguration

The configuration of the function or version.



1304
1305
1306
1307
1308
1309
1310
# File 'lib/aws-sdk-lambda/types.rb', line 1304

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

#tagsHash<String,String>

Returns:

  • (Hash<String,String>)


1304
1305
1306
1307
1308
1309
1310
# File 'lib/aws-sdk-lambda/types.rb', line 1304

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