Class: Aws::ECR::Types::DescribeRegistryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::DescribeRegistryResponse
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registry_id ⇒ String
The registry ID associated with the request.
-
#replication_configuration ⇒ Types::ReplicationConfiguration
The replication configuration for the registry.
Instance Attribute Details
#registry_id ⇒ String
The registry ID associated with the request.
1238 1239 1240 1241 1242 1243 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1238 class DescribeRegistryResponse < Struct.new( :registry_id, :replication_configuration) SENSITIVE = [] include Aws::Structure end |
#replication_configuration ⇒ Types::ReplicationConfiguration
The replication configuration for the registry.
1238 1239 1240 1241 1242 1243 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1238 class DescribeRegistryResponse < Struct.new( :registry_id, :replication_configuration) SENSITIVE = [] include Aws::Structure end |