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:



4254
4255
4256
4257
4258
4259
4260
4261
4262
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4254

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

#repositoriesArray<Types::StringFilter>

The repository associated with the container image hosting the layers.

Returns:



4254
4255
4256
4257
4258
4259
4260
4261
4262
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4254

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

#resource_idsArray<Types::StringFilter>

The ID of the container image layer.

Returns:



4254
4255
4256
4257
4258
4259
4260
4261
4262
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4254

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

#sort_byString

The value to sort results by.

Returns:

  • (String)


4254
4255
4256
4257
4258
4259
4260
4261
4262
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4254

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

#sort_orderString

The order to sort results by.

Returns:

  • (String)


4254
4255
4256
4257
4258
4259
4260
4261
4262
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4254

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