Class: Aws::ECR::Types::StartImageScanRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ECR::Types::StartImageScanRequest
 
- Defined in:
- gems/aws-sdk-ecr/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. 
- 
  
    
      #registry_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Web Services account ID associated with the registry that contains the repository in which to start an image scan request. 
- 
  
    
      #repository_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the repository that contains the images to scan. 
Instance Attribute Details
#image_id ⇒ Types::ImageIdentifier
An object with identifying information for an image in an Amazon ECR repository.
| 4123 4124 4125 4126 4127 4128 4129 | # File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4123 class StartImageScanRequest < Struct.new( :registry_id, :repository_name, :image_id) SENSITIVE = [] include Aws::Structure end | 
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.
| 4123 4124 4125 4126 4127 4128 4129 | # File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4123 class StartImageScanRequest < Struct.new( :registry_id, :repository_name, :image_id) SENSITIVE = [] include Aws::Structure end | 
#repository_name ⇒ String
The name of the repository that contains the images to scan.
| 4123 4124 4125 4126 4127 4128 4129 | # File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4123 class StartImageScanRequest < Struct.new( :registry_id, :repository_name, :image_id) SENSITIVE = [] include Aws::Structure end |