Class: Aws::Inspector2::Types::ServerlessFunctionMetadata

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#function_tags ⇒ Hash<String,String>

The tags associated with the serverless function.

Returns:

  • (Hash<String,String>)


9858
9859
9860
9861
9862
9863
9864
# File 'lib/aws-sdk-inspector2/types.rb', line 9858

class  < Struct.new(
  :serverless_function_name,
  :runtime,
  :function_tags)
  SENSITIVE = []
  include Aws::Structure
end

#runtime ⇒ String

The runtime of the serverless function.

Returns:

  • (String)


9858
9859
9860
9861
9862
9863
9864
# File 'lib/aws-sdk-inspector2/types.rb', line 9858

class  < Struct.new(
  :serverless_function_name,
  :runtime,
  :function_tags)
  SENSITIVE = []
  include Aws::Structure
end

#serverless_function_name ⇒ String

The name of the serverless function.

Returns:

  • (String)


9858
9859
9860
9861
9862
9863
9864
# File 'lib/aws-sdk-inspector2/types.rb', line 9858

class  < Struct.new(
  :serverless_function_name,
  :runtime,
  :function_tags)
  SENSITIVE = []
  include Aws::Structure
end