Class: Aws::Inspector2::Types::AwsEcrContainerAggregationResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_id ⇒ String

The Amazon Web Services account ID of the account that owns the container.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (Array<String>)


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.

Returns:

  • (Integer)


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.

Returns:



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.

Returns:

  • (String)


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.

Returns:

  • (String)


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