Class: Aws::Inspector2::Types::LambdaFunctionAggregation

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 Amazon Web Services Lambda functions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#function_namesArray<Types::StringFilter>

The Amazon Web Services Lambda function names to include in the aggregation results.

Returns:



5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5638

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

#function_tagsArray<Types::MapFilter>

The tags to include in the aggregation results.

Returns:



5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5638

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

#resource_idsArray<Types::StringFilter>

The resource IDs to include in the aggregation results.

Returns:



5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5638

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

#runtimesArray<Types::StringFilter>

Returns findings aggregated by Amazon Web Services Lambda function runtime environments.

Returns:



5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5638

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

#sort_byString

The finding severity to use for sorting the results.

Returns:

  • (String)


5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5638

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

#sort_orderString

The order to use for sorting the results.

Returns:

  • (String)


5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5638

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