Class: Aws::Lambda::Types::GetFunctionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::GetFunctionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
This response contains the object for the Lambda function location (see FunctionCodeLocation.
Instance Attribute Summary collapse
-
#code ⇒ Types::FunctionCodeLocation
The object for the Lambda function location.
-
#configuration ⇒ Types::FunctionConfiguration
A complex type that describes function metadata.
-
#tags ⇒ Hash<String,String>
Returns the list of tags associated with the function.
Instance Attribute Details
#code ⇒ Types::FunctionCodeLocation
The object for the Lambda function location.
1128 1129 1130 1131 1132 1133 |
# File 'lib/aws-sdk-lambda/types.rb', line 1128 class GetFunctionResponse < Struct.new( :configuration, :code, :tags) include Aws::Structure end |
#configuration ⇒ Types::FunctionConfiguration
A complex type that describes function metadata.
1128 1129 1130 1131 1132 1133 |
# File 'lib/aws-sdk-lambda/types.rb', line 1128 class GetFunctionResponse < Struct.new( :configuration, :code, :tags) include Aws::Structure end |
#tags ⇒ Hash<String,String>
Returns the list of tags associated with the function.
1128 1129 1130 1131 1132 1133 |
# File 'lib/aws-sdk-lambda/types.rb', line 1128 class GetFunctionResponse < Struct.new( :configuration, :code, :tags) include Aws::Structure end |