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:



4231
4232
4233
4234
4235
4236
4237
4238
4239
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4231

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:



4231
4232
4233
4234
4235
4236
4237
4238
4239
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4231

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:



4231
4232
4233
4234
4235
4236
4237
4238
4239
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4231

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)


4231
4232
4233
4234
4235
4236
4237
4238
4239
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4231

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)


4231
4232
4233
4234
4235
4236
4237
4238
4239
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4231

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