CreateUserProfileResponse constructor

CreateUserProfileResponse({
  1. String? userProfileArn,
})

Implementation

CreateUserProfileResponse({
  this.userProfileArn,
});