Class: Aws::Inspector2::Types::ImageLayerAggregation

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 container image layers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#layer_hashesArray<Types::StringFilter>

The hashes associated with the layers.

Returns:



5526
5527
5528
5529
5530
5531
5532
5533
5534
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5526

class ImageLayerAggregation < Struct.new(
  :repositories,
  :resource_ids,
  :layer_hashes,
  :sort_order,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end

#repositoriesArray<Types::StringFilter>

The repository associated with the container image hosting the layers.

Returns:



5526
5527
5528
5529
5530
5531
5532
5533
5534
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5526

class ImageLayerAggregation < Struct.new(
  :repositories,
  :resource_ids,
  :layer_hashes,
  :sort_order,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idsArray<Types::StringFilter>

The ID of the container image layer.

Returns:



5526
5527
5528
5529
5530
5531
5532
5533
5534
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5526

class ImageLayerAggregation < Struct.new(
  :repositories,
  :resource_ids,
  :layer_hashes,
  :sort_order,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The value to sort results by.

Returns:

  • (String)


5526
5527
5528
5529
5530
5531
5532
5533
5534
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5526

class ImageLayerAggregation < Struct.new(
  :repositories,
  :resource_ids,
  :layer_hashes,
  :sort_order,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The order to sort results by.

Returns:

  • (String)


5526
5527
5528
5529
5530
5531
5532
5533
5534
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5526

class ImageLayerAggregation < Struct.new(
  :repositories,
  :resource_ids,
  :layer_hashes,
  :sort_order,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end