DescribeUserProfileResponse constructor

DescribeUserProfileResponse({
  1. DateTime? creationTime,
  2. String? domainId,
  3. String? failureReason,
  4. String? homeEfsFileSystemUid,
  5. DateTime? lastModifiedTime,
  6. String? singleSignOnUserIdentifier,
  7. String? singleSignOnUserValue,
  8. UserProfileStatus? status,
  9. String? userProfileArn,
  10. String? userProfileName,
  11. UserSettings? userSettings,
})

Implementation

DescribeUserProfileResponse({
  this.creationTime,
  this.domainId,
  this.failureReason,
  this.homeEfsFileSystemUid,
  this.lastModifiedTime,
  this.singleSignOnUserIdentifier,
  this.singleSignOnUserValue,
  this.status,
  this.userProfileArn,
  this.userProfileName,
  this.userSettings,
});