Class: Aws::ECR::Types::ReplicationDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ReplicationDestination
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
An array of objects representing the destination for a replication rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#region ⇒ String
The Region to replicate to.
-
#registry_id ⇒ String
The Amazon Web Services account ID of the Amazon ECR private registry to replicate to.
Instance Attribute Details
#region ⇒ String
The Region to replicate to.
3455 3456 3457 3458 3459 3460 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3455 class ReplicationDestination < Struct.new( :region, :registry_id) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The Amazon Web Services account ID of the Amazon ECR private registry to replicate to. When configuring cross-Region replication within your own registry, specify your own account ID.
3455 3456 3457 3458 3459 3460 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3455 class ReplicationDestination < Struct.new( :region, :registry_id) SENSITIVE = [] include Aws::Structure end |