Class: Aws::ECR::Types::ImageReplicationStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ImageReplicationStatus
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The status of the replication process for an image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failure_code ⇒ String
The failure code for a replication that has failed.
-
#region ⇒ String
The destination Region for the image replication.
-
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry to which the image belongs.
-
#status ⇒ String
The image replication status.
Instance Attribute Details
#failure_code ⇒ String
The failure code for a replication that has failed.
2184 2185 2186 2187 2188 2189 2190 2191 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2184 class ImageReplicationStatus < Struct.new( :region, :registry_id, :status, :failure_code) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The destination Region for the image replication.
2184 2185 2186 2187 2188 2189 2190 2191 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2184 class ImageReplicationStatus < Struct.new( :region, :registry_id, :status, :failure_code) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry to which the image belongs.
2184 2185 2186 2187 2188 2189 2190 2191 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2184 class ImageReplicationStatus < Struct.new( :region, :registry_id, :status, :failure_code) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The image replication status.
2184 2185 2186 2187 2188 2189 2190 2191 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2184 class ImageReplicationStatus < Struct.new( :region, :registry_id, :status, :failure_code) SENSITIVE = [] include Aws::Structure end |