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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_names ⇒ Array<Types::StringFilter>

The names of packages to aggregate findings on.

Returns:



8294
8295
8296
8297
8298
8299
8300
# File 'lib/aws-sdk-inspector2/types.rb', line 8294

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

#sort_by ⇒ String

The value to sort results by.

Returns:

  • (String)


8294
8295
8296
8297
8298
8299
8300
# File 'lib/aws-sdk-inspector2/types.rb', line 8294

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

#sort_order ⇒ String

The order to sort results by.

Returns:

  • (String)


8294
8295
8296
8297
8298
8299
8300
# File 'lib/aws-sdk-inspector2/types.rb', line 8294

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