Class: Aws::Inspector2::Types::AmiAggregation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#amisArray<Types::StringFilter>

The IDs of AMIs to aggregate findings for.



353
354
355
356
357
358
359
# File 'lib/aws-sdk-inspector2/types.rb', line 353

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

#sort_byString

The value to sort results by.



353
354
355
356
357
358
359
# File 'lib/aws-sdk-inspector2/types.rb', line 353

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

#sort_orderString

The order to sort results by.



353
354
355
356
357
358
359
# File 'lib/aws-sdk-inspector2/types.rb', line 353

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