Class: Aws::LambdaPreview::Types::GetFunctionResponse

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

Overview

This response contains the object for AWS Lambda function location (see API_FunctionCodeLocation

Instance Attribute Summary collapse

Instance Attribute Details

#codeTypes::FunctionCodeLocation

The object for the Lambda function location.



314
315
316
317
318
# File 'lib/aws-sdk-lambdapreview/types.rb', line 314

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

#configurationTypes::FunctionConfiguration

A complex type that describes function metadata.



314
315
316
317
318
# File 'lib/aws-sdk-lambdapreview/types.rb', line 314

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