SelfUserProfile
public struct SelfUserProfile : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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(iamUserArn: String? = nil, name: String? = nil, sshPublicKey: String? = nil, sshUsername: String? = nil)
View on GitHub
SelfUserProfile Structure Reference