Class: Aws::Inspector2::Types::LambdaLayerAggregation

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

Overview

The details that define a findings aggregation based on an Amazon Web Services Lambda function's layers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#function_namesArray<Types::StringFilter>

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

Returns:



4483
4484
4485
4486
4487
4488
4489
4490
4491
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4483

class LambdaLayerAggregation < Struct.new(
  :function_names,
  :layer_arns,
  :resource_ids,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#layer_arnsArray<Types::StringFilter>

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

Returns:



4483
4484
4485
4486
4487
4488
4489
4490
4491
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4483

class LambdaLayerAggregation < Struct.new(
  :function_names,
  :layer_arns,
  :resource_ids,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idsArray<Types::StringFilter>

The resource IDs for the Amazon Web Services Lambda function layers.

Returns:



4483
4484
4485
4486
4487
4488
4489
4490
4491
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4483

class LambdaLayerAggregation < Struct.new(
  :function_names,
  :layer_arns,
  :resource_ids,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The finding severity to use for sorting the results.

Returns:

  • (String)


4483
4484
4485
4486
4487
4488
4489
4490
4491
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4483

class LambdaLayerAggregation < Struct.new(
  :function_names,
  :layer_arns,
  :resource_ids,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The order to use for sorting the results.

Returns:

  • (String)


4483
4484
4485
4486
4487
4488
4489
4490
4491
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4483

class LambdaLayerAggregation < Struct.new(
  :function_names,
  :layer_arns,
  :resource_ids,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end