SelfUserProfile constructor

SelfUserProfile({
  1. String? iamUserArn,
  2. String? name,
  3. String? sshPublicKey,
  4. String? sshUsername,
})

Implementation

SelfUserProfile({
  this.iamUserArn,
  this.name,
  this.sshPublicKey,
  this.sshUsername,
});