GetRegistryResponse constructor

GetRegistryResponse({
  1. String? createdTime,
  2. String? description,
  3. String? registryArn,
  4. String? registryName,
  5. RegistryStatus? status,
  6. String? updatedTime,
})

Implementation

GetRegistryResponse({
  this.createdTime,
  this.description,
  this.registryArn,
  this.registryName,
  this.status,
  this.updatedTime,
});