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

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

Instance Attribute Details

#account_idString

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

Returns:

  • (String)


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

#architectureString

The architecture of the container.

Returns:

  • (String)


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_shaString

The SHA value of the container image.

Returns:

  • (String)


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_tagsArray<String>

The container image stags.

Returns:

  • (Array<String>)


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_countInteger

The number of Amazon ECS tasks or Amazon EKS pods where the Amazon ECR container image is in use.

Returns:

  • (Integer)


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_atTime

The last time an Amazon ECR image was used in an Amazon ECS task or Amazon EKS pod.

Returns:



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

#repositoryString

The container repository.

Returns:

  • (String)


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_idString

The resource ID of the container.

Returns:

  • (String)


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_countsTypes::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