CreateNamespaceResponse constructor

CreateNamespaceResponse({
  1. String? arn,
  2. String? capacityRegion,
  3. NamespaceStatus? creationStatus,
  4. IdentityStore? identityStore,
  5. String? name,
  6. String? requestId,
  7. int? status,
})

Implementation

CreateNamespaceResponse({
  this.arn,
  this.capacityRegion,
  this.creationStatus,
  this.identityStore,
  this.name,
  this.requestId,
  this.status,
});