Class: Aws::ECRPublic::Types::BatchCheckLayerAvailabilityRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ECRPublic::Types::BatchCheckLayerAvailabilityRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ecrpublic/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #layer_digests  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The digests of the image layers to check.
 - 
  
    
      #registry_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services account ID, or registry alias, associated with the public registry that contains the image layers to check.
 - 
  
    
      #repository_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the repository that’s associated with the image layers to check.
 
Instance Attribute Details
#layer_digests ⇒ Array<String>
The digests of the image layers to check.
      55 56 57 58 59 60 61  | 
    
      # File 'lib/aws-sdk-ecrpublic/types.rb', line 55 class BatchCheckLayerAvailabilityRequest < Struct.new( :registry_id, :repository_name, :layer_digests) SENSITIVE = [] include Aws::Structure end  | 
  
#registry_id ⇒ String
The Amazon Web Services account ID, or registry alias, associated with the public registry that contains the image layers to check. If you do not specify a registry, the default public registry is assumed.
      55 56 57 58 59 60 61  | 
    
      # File 'lib/aws-sdk-ecrpublic/types.rb', line 55 class BatchCheckLayerAvailabilityRequest < Struct.new( :registry_id, :repository_name, :layer_digests) SENSITIVE = [] include Aws::Structure end  | 
  
#repository_name ⇒ String
The name of the repository that’s associated with the image layers to check.
      55 56 57 58 59 60 61  | 
    
      # File 'lib/aws-sdk-ecrpublic/types.rb', line 55 class BatchCheckLayerAvailabilityRequest < Struct.new( :registry_id, :repository_name, :layer_digests) SENSITIVE = [] include Aws::Structure end  |