DeleteRegistryResponse constructor
DeleteRegistryResponse({
- String? registryArn,
- String? registryName,
- RegistryStatus? status,
Implementation
DeleteRegistryResponse({
this.registryArn,
this.registryName,
this.status,
});