Class: Aws::Inspector2::Types::AmiAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::AmiAggregation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
The details that define an aggregation based on Amazon machine images (AMIs).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amis ⇒ Array<Types::StringFilter>
The IDs of AMIs to aggregate findings for.
-
#sort_by ⇒ String
The value to sort results by.
-
#sort_order ⇒ String
The order to sort results by.
Instance Attribute Details
#amis ⇒ Array<Types::StringFilter>
The IDs of AMIs to aggregate findings for.
336 337 338 339 340 341 342 |
# File 'lib/aws-sdk-inspector2/types.rb', line 336 class AmiAggregation < Struct.new( :amis, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The value to sort results by.
336 337 338 339 340 341 342 |
# File 'lib/aws-sdk-inspector2/types.rb', line 336 class AmiAggregation < Struct.new( :amis, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The order to sort results by.
336 337 338 339 340 341 342 |
# File 'lib/aws-sdk-inspector2/types.rb', line 336 class AmiAggregation < Struct.new( :amis, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |