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:



4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4343

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

#function_tagsArray<Types::MapFilter>

The tags to include in the aggregation results.

Returns:



4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4343

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

#resource_idsArray<Types::StringFilter>

The resource IDs to include in the aggregation results.

Returns:



4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4343

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

#runtimesArray<Types::StringFilter>

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

Returns:



4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4343

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

#sort_byString

The finding severity to use for sorting the results.

Returns:

  • (String)


4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4343

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

#sort_orderString

The order to use for sorting the results.

Returns:

  • (String)


4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4343

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