Class: Aws::Inspector2::Types::LambdaFunctionMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

The Amazon Web Services Lambda function metadata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#function_nameString

The name of a function.

Returns:

  • (String)


4424
4425
4426
4427
4428
4429
4430
4431
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4424

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

#function_tagsHash<String,String>

The resource tags on an Amazon Web Services Lambda function.

Returns:

  • (Hash<String,String>)


4424
4425
4426
4427
4428
4429
4430
4431
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4424

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

#layersArray<String>

The layers for an Amazon Web Services Lambda function. A Lambda function can have up to five layers.

Returns:

  • (Array<String>)


4424
4425
4426
4427
4428
4429
4430
4431
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4424

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

#runtimeString

An Amazon Web Services Lambda function's runtime.

Returns:

  • (String)


4424
4425
4426
4427
4428
4429
4430
4431
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4424

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