Class: Aws::Inspector2::Types::RepositoryAggregationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::RepositoryAggregationResponse
- 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
-
#account_id ⇒ String
The ID of the Amazon Web Services account associated with the findings.
-
#affected_images ⇒ Integer
The number of container images impacted by the findings.
-
#repository ⇒ String
The name of the repository associated with the findings.
-
#severity_counts ⇒ Types::SeverityCounts
An object that represent the count of matched findings per severity.
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account associated with the findings.
7372 7373 7374 7375 7376 7377 7378 7379 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7372 class RepositoryAggregationResponse < Struct.new( :repository, :account_id, :severity_counts, :affected_images) SENSITIVE = [] include Aws::Structure end |
#affected_images ⇒ Integer
The number of container images impacted by the findings.
7372 7373 7374 7375 7376 7377 7378 7379 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7372 class RepositoryAggregationResponse < Struct.new( :repository, :account_id, :severity_counts, :affected_images) SENSITIVE = [] include Aws::Structure end |
#repository ⇒ String
The name of the repository associated with the findings.
7372 7373 7374 7375 7376 7377 7378 7379 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7372 class RepositoryAggregationResponse < Struct.new( :repository, :account_id, :severity_counts, :affected_images) SENSITIVE = [] include Aws::Structure end |
#severity_counts ⇒ Types::SeverityCounts
An object that represent the count of matched findings per severity.
7372 7373 7374 7375 7376 7377 7378 7379 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7372 class RepositoryAggregationResponse < Struct.new( :repository, :account_id, :severity_counts, :affected_images) SENSITIVE = [] include Aws::Structure end |