Class: Aws::Inspector2::Types::ServerlessFunctionMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ServerlessFunctionMetadata
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Contains metadata about a serverless function associated with a covered resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_tags ⇒ Hash<String,String>
The tags associated with the serverless function.
-
#runtime ⇒ String
The runtime of the serverless function.
-
#serverless_function_name ⇒ String
The name of the serverless function.
Instance Attribute Details
#function_tags ⇒ Hash<String,String>
The tags associated with the serverless function.
9858 9859 9860 9861 9862 9863 9864 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 9858 class ServerlessFunctionMetadata < Struct.new( :serverless_function_name, :runtime, :function_tags) SENSITIVE = [] include Aws::Structure end |
#runtime ⇒ String
The runtime of the serverless function.
9858 9859 9860 9861 9862 9863 9864 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 9858 class ServerlessFunctionMetadata < Struct.new( :serverless_function_name, :runtime, :function_tags) SENSITIVE = [] include Aws::Structure end |
#serverless_function_name ⇒ String
The name of the serverless function.
9858 9859 9860 9861 9862 9863 9864 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 9858 class ServerlessFunctionMetadata < Struct.new( :serverless_function_name, :runtime, :function_tags) SENSITIVE = [] include Aws::Structure end |