CreateNamespaceResponse constructor
CreateNamespaceResponse({
- String? arn,
- String? capacityRegion,
- NamespaceStatus? creationStatus,
- IdentityStore? identityStore,
- String? name,
- String? requestId,
- int? status,
Implementation
CreateNamespaceResponse({
this.arn,
this.capacityRegion,
this.creationStatus,
this.identityStore,
this.name,
this.requestId,
this.status,
});