Class: Aws::Inspector2::Types::LambdaFunctionMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::LambdaFunctionMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
The Amazon Web Services Lambda function metadata.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_name ⇒ String
The name of a function.
-
#function_tags ⇒ Hash<String,String>
The resource tags on an Amazon Web Services Lambda function.
-
#layers ⇒ Array<String>
The layers for an Amazon Web Services Lambda function.
-
#runtime ⇒ String
An Amazon Web Services Lambda function’s runtime.
Instance Attribute Details
#function_name ⇒ String
The name of a function.
4444 4445 4446 4447 4448 4449 4450 4451 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4444 class LambdaFunctionMetadata < Struct.new( :function_name, :function_tags, :layers, :runtime) SENSITIVE = [] include Aws::Structure end |
#function_tags ⇒ Hash<String,String>
The resource tags on an Amazon Web Services Lambda function.
4444 4445 4446 4447 4448 4449 4450 4451 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4444 class LambdaFunctionMetadata < Struct.new( :function_name, :function_tags, :layers, :runtime) SENSITIVE = [] include Aws::Structure end |
#layers ⇒ Array<String>
The layers for an Amazon Web Services Lambda function. A Lambda function can have up to five layers.
4444 4445 4446 4447 4448 4449 4450 4451 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4444 class LambdaFunctionMetadata < Struct.new( :function_name, :function_tags, :layers, :runtime) SENSITIVE = [] include Aws::Structure end |
#runtime ⇒ String
An Amazon Web Services Lambda function’s runtime.
4444 4445 4446 4447 4448 4449 4450 4451 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4444 class LambdaFunctionMetadata < Struct.new( :function_name, :function_tags, :layers, :runtime) SENSITIVE = [] include Aws::Structure end |