Class: Aws::ECR::Types::DescribeImageScanFindingsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ECR::Types::DescribeImageScanFindingsResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #image_id  ⇒ Types::ImageIdentifier 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An object with identifying information for an image in an Amazon ECR repository. 
- 
  
    
      #image_scan_findings  ⇒ Types::ImageScanFindings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The information contained in the image scan findings. 
- 
  
    
      #image_scan_status  ⇒ Types::ImageScanStatus 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The current state of the scan. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ‘nextToken` value to include in a future `DescribeImageScanFindings` request. 
- 
  
    
      #registry_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The registry ID associated with the request. 
- 
  
    
      #repository_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The repository name associated with the request. 
Instance Attribute Details
#image_id ⇒ Types::ImageIdentifier
An object with identifying information for an image in an Amazon ECR repository.
| 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 | # File 'lib/aws-sdk-ecr/types.rb', line 1054 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_findings ⇒ Types::ImageScanFindings
The information contained in the image scan findings.
| 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 | # File 'lib/aws-sdk-ecr/types.rb', line 1054 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_status ⇒ Types::ImageScanStatus
The current state of the scan.
| 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 | # File 'lib/aws-sdk-ecr/types.rb', line 1054 class DescribeImageScanFindingsResponse < Struct.new( :registry_id, :repository_name, :image_id, :image_scan_status, :image_scan_findings, :next_token) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
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.
| 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 | # File 'lib/aws-sdk-ecr/types.rb', line 1054 class DescribeImageScanFindingsResponse < Struct.new( :registry_id, :repository_name, :image_id, :image_scan_status, :image_scan_findings, :next_token) SENSITIVE = [] include Aws::Structure end | 
#registry_id ⇒ String
The registry ID associated with the request.
| 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 | # File 'lib/aws-sdk-ecr/types.rb', line 1054 class DescribeImageScanFindingsResponse < Struct.new( :registry_id, :repository_name, :image_id, :image_scan_status, :image_scan_findings, :next_token) SENSITIVE = [] include Aws::Structure end | 
#repository_name ⇒ String
The repository name associated with the request.
| 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 | # File 'lib/aws-sdk-ecr/types.rb', line 1054 class DescribeImageScanFindingsResponse < Struct.new( :registry_id, :repository_name, :image_id, :image_scan_status, :image_scan_findings, :next_token) SENSITIVE = [] include Aws::Structure end |