DeleteRegistryResponse constructor

DeleteRegistryResponse({
  1. String? registryArn,
  2. String? registryName,
  3. RegistryStatus? status,
})

Implementation

DeleteRegistryResponse({
  this.registryArn,
  this.registryName,
  this.status,
});