UserMetadata
public struct UserMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The email address of the user.
Declaration
Swift
public let emailAddress: String? -
The given name of the user before a rename operation.
Declaration
Swift
public let givenName: String? -
The ID of the user.
Declaration
Swift
public let id: String? -
The surname of the user.
Declaration
Swift
public let surname: String? -
The name of the user.
Declaration
Swift
public let username: String? -
Undocumented
Declaration
Swift
public init(emailAddress: String? = nil, givenName: String? = nil, id: String? = nil, surname: String? = nil, username: String? = nil)
View on GitHub
UserMetadata Structure Reference