Class: Aws::ECR::Types::DescribeRegistryResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


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_configurationTypes::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