CreateUserResponse
public struct CreateUserResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the newly created user in the response.
Declaration
Swift
public let userArn: String? -
Undocumented
Declaration
Swift
public init(userArn: String? = nil)
View on GitHub
CreateUserResponse Structure Reference