UpdateUserProfileResponse constructor

UpdateUserProfileResponse({
  1. String? userProfileArn,
})

Implementation

UpdateUserProfileResponse({
  this.userProfileArn,
});