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)


5770
5771
5772
5773
5774
5775
5776
5777
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5770

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)


5770
5771
5772
5773
5774
5775
5776
5777
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5770

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)


5770
5771
5772
5773
5774
5775
5776
5777
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5770

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.



5770
5771
5772
5773
5774
5775
5776
5777
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5770

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