Class: Aws::ECR::Types::DescribeImageReplicationStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::DescribeImageReplicationStatusRequest
- 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.
-
#repository_name ⇒ String
The name of the repository that the image is in.
Instance Attribute Details
#image_id ⇒ Types::ImageIdentifier
An object with identifying information for an image in an Amazon ECR repository.
761 762 763 764 765 766 767 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 761 class DescribeImageReplicationStatusRequest < Struct.new( :repository_name, :image_id, :registry_id) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry. If you do not specify a registry, the default registry is assumed.
761 762 763 764 765 766 767 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 761 class DescribeImageReplicationStatusRequest < Struct.new( :repository_name, :image_id, :registry_id) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository that the image is in.
761 762 763 764 765 766 767 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 761 class DescribeImageReplicationStatusRequest < Struct.new( :repository_name, :image_id, :registry_id) SENSITIVE = [] include Aws::Structure end |