Class: Aws::ECR::Types::DescribeImageScanFindingsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_idTypes::ImageIdentifier

An object with identifying information for an image in an Amazon ECR repository.



921
922
923
924
925
926
927
928
929
930
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 921

class DescribeImageScanFindingsResponse < Struct.new(
  :registry_id,
  :repository_name,
  :image_id,
  :image_scan_status,
  :image_scan_findings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#image_scan_findingsTypes::ImageScanFindings

The information contained in the image scan findings.



921
922
923
924
925
926
927
928
929
930
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 921

class DescribeImageScanFindingsResponse < Struct.new(
  :registry_id,
  :repository_name,
  :image_id,
  :image_scan_status,
  :image_scan_findings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#image_scan_statusTypes::ImageScanStatus

The current state of the scan.



921
922
923
924
925
926
927
928
929
930
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 921

class DescribeImageScanFindingsResponse < Struct.new(
  :registry_id,
  :repository_name,
  :image_id,
  :image_scan_status,
  :image_scan_findings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


921
922
923
924
925
926
927
928
929
930
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 921

class DescribeImageScanFindingsResponse < Struct.new(
  :registry_id,
  :repository_name,
  :image_id,
  :image_scan_status,
  :image_scan_findings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


921
922
923
924
925
926
927
928
929
930
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 921

class DescribeImageScanFindingsResponse < Struct.new(
  :registry_id,
  :repository_name,
  :image_id,
  :image_scan_status,
  :image_scan_findings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The repository name associated with the request.

Returns:

  • (String)


921
922
923
924
925
926
927
928
929
930
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 921

class DescribeImageScanFindingsResponse < Struct.new(
  :registry_id,
  :repository_name,
  :image_id,
  :image_scan_status,
  :image_scan_findings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end