CreateUserResponse
public struct CreateUserResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifier for the new user.
Declaration
Swift
public let userId: String? -
Undocumented
Declaration
Swift
public init(userId: String? = nil)
View on GitHub
CreateUserResponse Structure Reference