Class: Aws::ECR::Types::DescribeImageReplicationStatusResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ECR::Types::DescribeImageReplicationStatusResponse
 
- 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. 
- 
  
    
      #replication_statuses  ⇒ Array<Types::ImageReplicationStatus> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The replication status details for the images in the specified repository. 
- 
  
    
      #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.
| 1034 1035 1036 1037 1038 1039 1040 | # File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1034 class DescribeImageReplicationStatusResponse < Struct.new( :repository_name, :image_id, :replication_statuses) SENSITIVE = [] include Aws::Structure end | 
#replication_statuses ⇒ Array<Types::ImageReplicationStatus>
The replication status details for the images in the specified repository.
| 1034 1035 1036 1037 1038 1039 1040 | # File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1034 class DescribeImageReplicationStatusResponse < Struct.new( :repository_name, :image_id, :replication_statuses) SENSITIVE = [] include Aws::Structure end | 
#repository_name ⇒ String
The repository name associated with the request.
| 1034 1035 1036 1037 1038 1039 1040 | # File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1034 class DescribeImageReplicationStatusResponse < Struct.new( :repository_name, :image_id, :replication_statuses) SENSITIVE = [] include Aws::Structure end |