Class: Aws::Inspector2::Types::RepositoryAggregationResponse

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

Overview

A response that contains details on the results of a finding aggregation by repository.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the Amazon Web Services account associated with the findings.

Returns:

  • (String)


5867
5868
5869
5870
5871
5872
5873
5874
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5867

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

#affected_imagesInteger

The number of container images impacted by the findings.

Returns:

  • (Integer)


5867
5868
5869
5870
5871
5872
5873
5874
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5867

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

#repositoryString

The name of the repository associated with the findings.

Returns:

  • (String)


5867
5868
5869
5870
5871
5872
5873
5874
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5867

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

#severity_countsTypes::SeverityCounts

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



5867
5868
5869
5870
5871
5872
5873
5874
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5867

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