Class: Aws::Inspector2::Types::ImageLayerAggregationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

A response that contains the results of a finding aggregation by image layer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the Amazon Web Services account that owns the container image hosting the layer image.

Returns:

  • (String)


4291
4292
4293
4294
4295
4296
4297
4298
4299
# File 'lib/aws-sdk-inspector2/types.rb', line 4291

class ImageLayerAggregationResponse < Struct.new(
  :account_id,
  :layer_hash,
  :repository,
  :resource_id,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end

#layer_hashString

The layer hash.

Returns:

  • (String)


4291
4292
4293
4294
4295
4296
4297
4298
4299
# File 'lib/aws-sdk-inspector2/types.rb', line 4291

class ImageLayerAggregationResponse < Struct.new(
  :account_id,
  :layer_hash,
  :repository,
  :resource_id,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end

#repositoryString

The repository the layer resides in.

Returns:

  • (String)


4291
4292
4293
4294
4295
4296
4297
4298
4299
# File 'lib/aws-sdk-inspector2/types.rb', line 4291

class ImageLayerAggregationResponse < Struct.new(
  :account_id,
  :layer_hash,
  :repository,
  :resource_id,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The resource ID of the container image layer.

Returns:

  • (String)


4291
4292
4293
4294
4295
4296
4297
4298
4299
# File 'lib/aws-sdk-inspector2/types.rb', line 4291

class ImageLayerAggregationResponse < Struct.new(
  :account_id,
  :layer_hash,
  :repository,
  :resource_id,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end

#severity_countsTypes::SeverityCounts

An object that represents the count of matched findings per severity.



4291
4292
4293
4294
4295
4296
4297
4298
4299
# File 'lib/aws-sdk-inspector2/types.rb', line 4291

class ImageLayerAggregationResponse < Struct.new(
  :account_id,
  :layer_hash,
  :repository,
  :resource_id,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end