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.



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

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

#concurrencyTypes::Concurrency

Returns:



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

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

#configurationTypes::FunctionConfiguration

The configuration of the function or version.



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

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

#tagsHash<String,String>

Returns:

  • (Hash<String,String>)


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

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