DeleteUserRequest
public struct DeleteUserRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The organization that contains the user to be deleted.
Declaration
Swift
public let organizationId: String
-
The identifier of the user to be deleted.
Declaration
Swift
public let userId: String
-
Undocumented
Declaration
Swift
public init(organizationId: String, userId: String)
-
Declaration
Swift
public func validate(name: String) throws