Class: Aws::Inspector2::Types::PackageAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::PackageAggregation
- 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
-
#package_names ⇒ Array<Types::StringFilter>
The names of packages to aggregate findings on.
-
#sort_by ⇒ String
The value to sort results by.
-
#sort_order ⇒ String
The order to sort results by.
Instance Attribute Details
#package_names ⇒ Array<Types::StringFilter>
The names of packages to aggregate findings on.
5581 5582 5583 5584 5585 5586 5587 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5581 class PackageAggregation < Struct.new( :package_names, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The value to sort results by.
5581 5582 5583 5584 5585 5586 5587 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5581 class PackageAggregation < Struct.new( :package_names, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The order to sort results by.
5581 5582 5583 5584 5585 5586 5587 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5581 class PackageAggregation < Struct.new( :package_names, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |