Class: Aws::Inspector2::Types::PackageAggregation

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

Overview

The details that define an aggregation based on operating system package type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#package_namesArray<Types::StringFilter>

The names of packages to aggregate findings on.

Returns:



6992
6993
6994
6995
6996
6997
6998
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6992

class PackageAggregation < Struct.new(
  :package_names,
  :sort_order,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The value to sort results by.

Returns:

  • (String)


6992
6993
6994
6995
6996
6997
6998
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6992

class PackageAggregation < Struct.new(
  :package_names,
  :sort_order,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The order to sort results by.

Returns:

  • (String)


6992
6993
6994
6995
6996
6997
6998
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6992

class PackageAggregation < Struct.new(
  :package_names,
  :sort_order,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end