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.
-
#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.
778 779 780 781 782 783 784 785 786 787 788 789 790 |
# File 'lib/aws-sdk-inspector2/types.rb', line 778 class AwsEcrContainerAggregationResponse < Struct.new( :resource_id, :image_sha, :repository, :architecture, :image_tags, :account_id, :severity_counts, :last_in_use_at, :in_use_count) SENSITIVE = [] include Aws::Structure end |
#architecture ⇒ String
The architecture of the container.
778 779 780 781 782 783 784 785 786 787 788 789 790 |
# File 'lib/aws-sdk-inspector2/types.rb', line 778 class AwsEcrContainerAggregationResponse < Struct.new( :resource_id, :image_sha, :repository, :architecture, :image_tags, :account_id, :severity_counts, :last_in_use_at, :in_use_count) SENSITIVE = [] include Aws::Structure end |
#image_sha ⇒ String
The SHA value of the container image.
778 779 780 781 782 783 784 785 786 787 788 789 790 |
# File 'lib/aws-sdk-inspector2/types.rb', line 778 class AwsEcrContainerAggregationResponse < Struct.new( :resource_id, :image_sha, :repository, :architecture, :image_tags, :account_id, :severity_counts, :last_in_use_at, :in_use_count) SENSITIVE = [] include Aws::Structure end |
#image_tags ⇒ Array<String>
The container image stags.
778 779 780 781 782 783 784 785 786 787 788 789 790 |
# File 'lib/aws-sdk-inspector2/types.rb', line 778 class AwsEcrContainerAggregationResponse < Struct.new( :resource_id, :image_sha, :repository, :architecture, :image_tags, :account_id, :severity_counts, :last_in_use_at, :in_use_count) 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.
778 779 780 781 782 783 784 785 786 787 788 789 790 |
# File 'lib/aws-sdk-inspector2/types.rb', line 778 class AwsEcrContainerAggregationResponse < Struct.new( :resource_id, :image_sha, :repository, :architecture, :image_tags, :account_id, :severity_counts, :last_in_use_at, :in_use_count) 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.
778 779 780 781 782 783 784 785 786 787 788 789 790 |
# File 'lib/aws-sdk-inspector2/types.rb', line 778 class AwsEcrContainerAggregationResponse < Struct.new( :resource_id, :image_sha, :repository, :architecture, :image_tags, :account_id, :severity_counts, :last_in_use_at, :in_use_count) SENSITIVE = [] include Aws::Structure end |
#repository ⇒ String
The container repository.
778 779 780 781 782 783 784 785 786 787 788 789 790 |
# File 'lib/aws-sdk-inspector2/types.rb', line 778 class AwsEcrContainerAggregationResponse < Struct.new( :resource_id, :image_sha, :repository, :architecture, :image_tags, :account_id, :severity_counts, :last_in_use_at, :in_use_count) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID of the container.
778 779 780 781 782 783 784 785 786 787 788 789 790 |
# File 'lib/aws-sdk-inspector2/types.rb', line 778 class AwsEcrContainerAggregationResponse < Struct.new( :resource_id, :image_sha, :repository, :architecture, :image_tags, :account_id, :severity_counts, :last_in_use_at, :in_use_count) SENSITIVE = [] include Aws::Structure end |
#severity_counts ⇒ Types::SeverityCounts
The number of finding by severity.
778 779 780 781 782 783 784 785 786 787 788 789 790 |
# File 'lib/aws-sdk-inspector2/types.rb', line 778 class AwsEcrContainerAggregationResponse < Struct.new( :resource_id, :image_sha, :repository, :architecture, :image_tags, :account_id, :severity_counts, :last_in_use_at, :in_use_count) SENSITIVE = [] include Aws::Structure end |