DeleteInvitationsRequest

public struct DeleteInvitationsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of the account IDs that sent the invitations to delete.

    Declaration

    Swift

    public let accountIds: [String]
  • Undocumented

    Declaration

    Swift

    public init(accountIds: [String])
  • Declaration

    Swift

    public func validate(name: String) throws