RevokeInvitationRequest
public struct RevokeInvitationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the enrollment invitation to revoke. Required.
Declaration
Swift
public let enrollmentId: String? -
The ARN of the user for whom to revoke an enrollment invitation. Required.
Declaration
Swift
public let userArn: String? -
Undocumented
Declaration
Swift
public init(enrollmentId: String? = nil, userArn: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
RevokeInvitationRequest Structure Reference