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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#function_tagsHash<String,String>

The tags associated with the serverless function.

Returns:

  • (Hash<String,String>)


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

#runtimeString

The runtime of the serverless function.

Returns:

  • (String)


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_nameString

The name of the serverless function.

Returns:

  • (String)


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