DescribedUser constructor
DescribedUser({
- required String arn,
- String? homeDirectory,
- List<
HomeDirectoryMapEntry> ? homeDirectoryMappings, - HomeDirectoryType? homeDirectoryType,
- String? policy,
- String? role,
- List<
SshPublicKey> ? sshPublicKeys, - List<
Tag> ? tags, - String? userName,
Implementation
DescribedUser({
required this.arn,
this.homeDirectory,
this.homeDirectoryMappings,
this.homeDirectoryType,
this.policy,
this.role,
this.sshPublicKeys,
this.tags,
this.userName,
});