Class: Aws::LambdaPreview::Types::GetFunctionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaPreview::Types::GetFunctionResponse
- Includes:
- Structure
- Defined in:
- 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
-
#code ⇒ Types::FunctionCodeLocation
The object for the Lambda function location.
-
#configuration ⇒ Types::FunctionConfiguration
A complex type that describes function metadata.
Instance Attribute Details
#code ⇒ Types::FunctionCodeLocation
The object for the Lambda function location.
283 284 285 286 287 288 |
# File 'lib/aws-sdk-lambdapreview/types.rb', line 283 class GetFunctionResponse < Struct.new( :configuration, :code) SENSITIVE = [] include Aws::Structure end |
#configuration ⇒ Types::FunctionConfiguration
A complex type that describes function metadata.
283 284 285 286 287 288 |
# File 'lib/aws-sdk-lambdapreview/types.rb', line 283 class GetFunctionResponse < Struct.new( :configuration, :code) SENSITIVE = [] include Aws::Structure end |