DescribeRegistryResponse constructor

DescribeRegistryResponse({
  1. String? description,
  2. String? registryArn,
  3. String? registryName,
  4. Map<String, String>? tags,
})

Implementation

DescribeRegistryResponse({
  this.description,
  this.registryArn,
  this.registryName,
  this.tags,
});