DeleteUserRequest
public struct DeleteUserRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the user’s enrollment in the organization. Required.
Declaration
Swift
public let enrollmentId: String
-
The ARN of the user to delete in the organization. Required.
Declaration
Swift
public let userArn: String?
-
Undocumented
Declaration
Swift
public init(enrollmentId: String, userArn: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws