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)


595
596
597
598
599
600
601
602
603
604
605
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 595

class AwsEcrContainerAggregationResponse < Struct.new(
  :account_id,
  :architecture,
  :image_sha,
  :image_tags,
  :repository,
  :resource_id,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end

#architectureString

The architecture of the container.

Returns:

  • (String)


595
596
597
598
599
600
601
602
603
604
605
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 595

class AwsEcrContainerAggregationResponse < Struct.new(
  :account_id,
  :architecture,
  :image_sha,
  :image_tags,
  :repository,
  :resource_id,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end

#image_shaString

The SHA value of the container image.

Returns:

  • (String)


595
596
597
598
599
600
601
602
603
604
605
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 595

class AwsEcrContainerAggregationResponse < Struct.new(
  :account_id,
  :architecture,
  :image_sha,
  :image_tags,
  :repository,
  :resource_id,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end

#image_tagsArray<String>

The container image stags.

Returns:

  • (Array<String>)


595
596
597
598
599
600
601
602
603
604
605
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 595

class AwsEcrContainerAggregationResponse < Struct.new(
  :account_id,
  :architecture,
  :image_sha,
  :image_tags,
  :repository,
  :resource_id,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end

#repositoryString

The container repository.

Returns:

  • (String)


595
596
597
598
599
600
601
602
603
604
605
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 595

class AwsEcrContainerAggregationResponse < Struct.new(
  :account_id,
  :architecture,
  :image_sha,
  :image_tags,
  :repository,
  :resource_id,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The resource ID of the container.

Returns:

  • (String)


595
596
597
598
599
600
601
602
603
604
605
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 595

class AwsEcrContainerAggregationResponse < Struct.new(
  :account_id,
  :architecture,
  :image_sha,
  :image_tags,
  :repository,
  :resource_id,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end

#severity_countsTypes::SeverityCounts

The number of finding by severity.



595
596
597
598
599
600
601
602
603
604
605
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 595

class AwsEcrContainerAggregationResponse < Struct.new(
  :account_id,
  :architecture,
  :image_sha,
  :image_tags,
  :repository,
  :resource_id,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end