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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeTypes::FunctionCodeLocation

The object for the Lambda function location.



283
284
285
286
287
288
# File 'gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/types.rb', line 283

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

#configurationTypes::FunctionConfiguration

A complex type that describes function metadata.



283
284
285
286
287
288
# File 'gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/types.rb', line 283

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