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.
965 966 967 968 969 970 971 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 965 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.
965 966 967 968 969 970 971 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 965 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.
965 966 967 968 969 970 971 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 965 class DescribeImageReplicationStatusResponse < Struct.new( :repository_name, :image_id, :replication_statuses) SENSITIVE = [] include Aws::Structure end |