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:



4460
4461
4462
4463
4464
4465
4466
4467
4468
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4460

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:



4460
4461
4462
4463
4464
4465
4466
4467
4468
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4460

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:



4460
4461
4462
4463
4464
4465
4466
4467
4468
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4460

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)


4460
4461
4462
4463
4464
4465
4466
4467
4468
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4460

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)


4460
4461
4462
4463
4464
4465
4466
4467
4468
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4460

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