ListCopyJobsInput
import type { ListCopyJobsInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/backup.ts";interface ListCopyJobsInput {
ByAccountId?: string | null;
ByCreatedAfter?: Date | number | null;
ByCreatedBefore?: Date | number | null;
ByDestinationVaultArn?: string | null;
ByResourceArn?: string | null;
ByResourceType?: string | null;
ByState?: CopyJobState | null;
MaxResults?: number | null;
NextToken?: string | null;
}§Properties
§
ByState?: CopyJobState | null
[src]