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)


5844
5845
5846
5847
5848
5849
5850
5851
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5844

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)


5844
5845
5846
5847
5848
5849
5850
5851
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5844

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)


5844
5845
5846
5847
5848
5849
5850
5851
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5844

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.



5844
5845
5846
5847
5848
5849
5850
5851
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5844

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