ModifyFpgaImageAttributeRequest
import type { ModifyFpgaImageAttributeRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";interface ModifyFpgaImageAttributeRequest {
Attribute?: FpgaImageAttributeName | null;
Description?: string | null;
DryRun?: boolean | null;
FpgaImageId: string;
LoadPermission?: LoadPermissionModifications | null;
Name?: string | null;
OperationType?: OperationType | null;
ProductCodes?: string[] | null;
UserGroups?: string[] | null;
UserIds?: string[] | null;
}§Properties
§
Attribute?: FpgaImageAttributeName | null
[src]§
LoadPermission?: LoadPermissionModifications | null
[src]§
OperationType?: OperationType | null
[src]