interface ListInventoryOutputResponse {
    contract: ListOperationContract;
    items: ListInventoryInstance[];
    nextToken?: string;
    prevToken?: string;
    statusCode: number;
}

Hierarchy (view full)

Properties

nextToken?: string
prevToken?: string
statusCode: number