UpdateUserProfileResult constructor
UpdateUserProfileResult({})
Implementation
UpdateUserProfileResult({
required this.userArn,
this.createdTimestamp,
this.displayName,
this.emailAddress,
this.lastModifiedTimestamp,
this.sshPublicKey,
});