interface DynamoDBItemResults {
    viewLogs?: string;
    zipFile?: string;
}

Properties

Properties

viewLogs?: string
zipFile?: string