DeleteInvitationsRequest
public struct DeleteInvitationsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of account IDs of the AWS accounts that sent invitations to the current member account that you want to delete invitations from.
Declaration
Swift
public let accountIds: [String] -
Undocumented
Declaration
Swift
public init(accountIds: [String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteInvitationsRequest Structure Reference