Class: Aws::ECR::Types::GetRegistryScanningConfigurationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ECR::Types::GetRegistryScanningConfigurationResponse
 
 
- Defined in:
 - gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #registry_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The registry ID associated with the request.
 - 
  
    
      #scanning_configuration  ⇒ Types::RegistryScanningConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The scanning configuration for the registry.
 
Instance Attribute Details
#registry_id ⇒ String
The registry ID associated with the request.
      1979 1980 1981 1982 1983 1984  | 
    
      # File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1979 class GetRegistryScanningConfigurationResponse < Struct.new( :registry_id, :scanning_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#scanning_configuration ⇒ Types::RegistryScanningConfiguration
The scanning configuration for the registry.
      1979 1980 1981 1982 1983 1984  | 
    
      # File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1979 class GetRegistryScanningConfigurationResponse < Struct.new( :registry_id, :scanning_configuration) SENSITIVE = [] include Aws::Structure end  |