RegisterUserResponse
public struct RegisterUserResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The AWS request ID for this operation.
Declaration
Swift
public let requestId: String? -
The HTTP status of the request.
Declaration
Swift
public let status: Int? -
The user’s user name.
Declaration
Swift
public let user: User? -
The URL the user visits to complete registration and provide a password. This is returned only for users with an identity type of QUICKSIGHT.
Declaration
Swift
public let userInvitationUrl: String? -
Undocumented
Declaration
Swift
public init(requestId: String? = nil, status: Int? = nil, user: User? = nil, userInvitationUrl: String? = nil)
View on GitHub
RegisterUserResponse Structure Reference