Class: Aws::Inspector2::Types::AwsEcrContainerAggregationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::AwsEcrContainerAggregationResponse
- Defined in:
- gems/aws-sdk-inspector2/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.
-
#in_use_count ⇒ Integer
The number of Amazon ECS tasks or Amazon EKS pods where the Amazon ECR container image is in use.
-
#last_in_use_at ⇒ Time
The last time an Amazon ECR image was used in an Amazon ECS task or Amazon EKS pod.
-
#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.
671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 671 class AwsEcrContainerAggregationResponse < Struct.new( :account_id, :architecture, :image_sha, :image_tags, :in_use_count, :last_in_use_at, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#architecture ⇒ String
The architecture of the container.
671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 671 class AwsEcrContainerAggregationResponse < Struct.new( :account_id, :architecture, :image_sha, :image_tags, :in_use_count, :last_in_use_at, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#image_sha ⇒ String
The SHA value of the container image.
671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 671 class AwsEcrContainerAggregationResponse < Struct.new( :account_id, :architecture, :image_sha, :image_tags, :in_use_count, :last_in_use_at, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#image_tags ⇒ Array<String>
The container image stags.
671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 671 class AwsEcrContainerAggregationResponse < Struct.new( :account_id, :architecture, :image_sha, :image_tags, :in_use_count, :last_in_use_at, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#in_use_count ⇒ Integer
The number of Amazon ECS tasks or Amazon EKS pods where the Amazon ECR container image is in use.
671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 671 class AwsEcrContainerAggregationResponse < Struct.new( :account_id, :architecture, :image_sha, :image_tags, :in_use_count, :last_in_use_at, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#last_in_use_at ⇒ Time
The last time an Amazon ECR image was used in an Amazon ECS task or Amazon EKS pod.
671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 671 class AwsEcrContainerAggregationResponse < Struct.new( :account_id, :architecture, :image_sha, :image_tags, :in_use_count, :last_in_use_at, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#repository ⇒ String
The container repository.
671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 671 class AwsEcrContainerAggregationResponse < Struct.new( :account_id, :architecture, :image_sha, :image_tags, :in_use_count, :last_in_use_at, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID of the container.
671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 671 class AwsEcrContainerAggregationResponse < Struct.new( :account_id, :architecture, :image_sha, :image_tags, :in_use_count, :last_in_use_at, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#severity_counts ⇒ Types::SeverityCounts
The number of finding by severity.
671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 671 class AwsEcrContainerAggregationResponse < Struct.new( :account_id, :architecture, :image_sha, :image_tags, :in_use_count, :last_in_use_at, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |