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

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 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.

Returns:



326
327
328
329
330
331
332
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 326

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

#sort_byString

The value to sort results by.

Returns:

  • (String)


326
327
328
329
330
331
332
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 326

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

#sort_orderString

The order to sort results by.

Returns:

  • (String)


326
327
328
329
330
331
332
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 326

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