UserProfile
public struct UserProfile : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.
Declaration
Swift
public let allowSelfManagement: Bool?
-
The user’s IAM ARN.
Declaration
Swift
public let iamUserArn: String?
-
The user’s name.
Declaration
Swift
public let name: String?
-
The user’s SSH public key.
Declaration
Swift
public let sshPublicKey: String?
-
The user’s SSH user name.
Declaration
Swift
public let sshUsername: String?
-
Undocumented
Declaration
Swift
public init(allowSelfManagement: Bool? = nil, iamUserArn: String? = nil, name: String? = nil, sshPublicKey: String? = nil, sshUsername: String? = nil)