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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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)


4194
4195
4196
4197
4198
4199
4200
4201
4202
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4194

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)


4194
4195
4196
4197
4198
4199
4200
4201
4202
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4194

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)


4194
4195
4196
4197
4198
4199
4200
4201
4202
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4194

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)


4194
4195
4196
4197
4198
4199
4200
4201
4202
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4194

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.



4194
4195
4196
4197
4198
4199
4200
4201
4202
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4194

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