CreateProfileResponse constructor

CreateProfileResponse({
  1. String? profileArn,
})

Implementation

CreateProfileResponse({
  this.profileArn,
});