Class: Aws::ECR::Types::PutReplicationConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::PutReplicationConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replication_configuration ⇒ Types::ReplicationConfiguration
The contents of the replication configuration for the registry.
Instance Attribute Details
#replication_configuration ⇒ Types::ReplicationConfiguration
The contents of the replication configuration for the registry.
3382 3383 3384 3385 3386 |
# File 'lib/aws-sdk-ecr/types.rb', line 3382 class PutReplicationConfigurationResponse < Struct.new( :replication_configuration) SENSITIVE = [] include Aws::Structure end |