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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



4251
4252
4253
4254
4255
4256
4257
4258
4259
# File 'lib/aws-sdk-inspector2/types.rb', line 4251

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:



4251
4252
4253
4254
4255
4256
4257
4258
4259
# File 'lib/aws-sdk-inspector2/types.rb', line 4251

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:



4251
4252
4253
4254
4255
4256
4257
4258
4259
# File 'lib/aws-sdk-inspector2/types.rb', line 4251

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)


4251
4252
4253
4254
4255
4256
4257
4258
4259
# File 'lib/aws-sdk-inspector2/types.rb', line 4251

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)


4251
4252
4253
4254
4255
4256
4257
4258
4259
# File 'lib/aws-sdk-inspector2/types.rb', line 4251

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