Class: Aws::Inspector2::Types::AwsEcrContainerAggregationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::AwsEcrContainerAggregationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
An aggregation of information about Amazon ECR containers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID of the account that owns the container.
-
#architecture ⇒ String
The architecture of the container.
-
#image_sha ⇒ String
The SHA value of the container image.
-
#image_tags ⇒ Array<String>
The container image stags.
-
#repository ⇒ String
The container repository.
-
#resource_id ⇒ String
The resource ID of the container.
-
#severity_counts ⇒ Types::SeverityCounts
The number of finding by severity.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the account that owns the container.
605 606 607 608 609 610 611 612 613 614 615 |
# File 'lib/aws-sdk-inspector2/types.rb', line 605 class AwsEcrContainerAggregationResponse < Struct.new( :account_id, :architecture, :image_sha, :image_tags, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#architecture ⇒ String
The architecture of the container.
605 606 607 608 609 610 611 612 613 614 615 |
# File 'lib/aws-sdk-inspector2/types.rb', line 605 class AwsEcrContainerAggregationResponse < Struct.new( :account_id, :architecture, :image_sha, :image_tags, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#image_sha ⇒ String
The SHA value of the container image.
605 606 607 608 609 610 611 612 613 614 615 |
# File 'lib/aws-sdk-inspector2/types.rb', line 605 class AwsEcrContainerAggregationResponse < Struct.new( :account_id, :architecture, :image_sha, :image_tags, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#image_tags ⇒ Array<String>
The container image stags.
605 606 607 608 609 610 611 612 613 614 615 |
# File 'lib/aws-sdk-inspector2/types.rb', line 605 class AwsEcrContainerAggregationResponse < Struct.new( :account_id, :architecture, :image_sha, :image_tags, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#repository ⇒ String
The container repository.
605 606 607 608 609 610 611 612 613 614 615 |
# File 'lib/aws-sdk-inspector2/types.rb', line 605 class AwsEcrContainerAggregationResponse < Struct.new( :account_id, :architecture, :image_sha, :image_tags, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID of the container.
605 606 607 608 609 610 611 612 613 614 615 |
# File 'lib/aws-sdk-inspector2/types.rb', line 605 class AwsEcrContainerAggregationResponse < Struct.new( :account_id, :architecture, :image_sha, :image_tags, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#severity_counts ⇒ Types::SeverityCounts
The number of finding by severity.
605 606 607 608 609 610 611 612 613 614 615 |
# File 'lib/aws-sdk-inspector2/types.rb', line 605 class AwsEcrContainerAggregationResponse < Struct.new( :account_id, :architecture, :image_sha, :image_tags, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |