Class: Aws::Inspector2::Types::LambdaLayerAggregationResponse

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

Overview

A response that contains the results of an Amazon Web Services Lambda function layer finding aggregation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID of the Amazon Web Services Lambda function layer.

Returns:

  • (String)


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

class LambdaLayerAggregationResponse < Struct.new(
  :account_id,
  :function_name,
  :layer_arn,
  :resource_id,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end

#function_nameString

The names of the Amazon Web Services Lambda functions associated with the layers.

Returns:

  • (String)


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

class LambdaLayerAggregationResponse < Struct.new(
  :account_id,
  :function_name,
  :layer_arn,
  :resource_id,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end

#layer_arnString

The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.

Returns:

  • (String)


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

class LambdaLayerAggregationResponse < Struct.new(
  :account_id,
  :function_name,
  :layer_arn,
  :resource_id,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The Resource ID of the Amazon Web Services Lambda function layer.

Returns:

  • (String)


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

class LambdaLayerAggregationResponse < Struct.new(
  :account_id,
  :function_name,
  :layer_arn,
  :resource_id,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end

#severity_countsTypes::SeverityCounts

An object that contains the counts of aggregated finding per severity.



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

class LambdaLayerAggregationResponse < Struct.new(
  :account_id,
  :function_name,
  :layer_arn,
  :resource_id,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end