omics_update_run_cache {paws.storage}R Documentation

Update a run cache

Description

Update a run cache.

See https://www.paws-r-sdk.com/docs/omics_update_run_cache/ for full documentation.

Usage

omics_update_run_cache(
  cacheBehavior = NULL,
  description = NULL,
  id,
  name = NULL
)

Arguments

cacheBehavior

Update the default run cache behavior.

description

Update the run cache description.

id

[required] The identifier of the run cache you want to update.

name

Update the name of the run cache.


[Package paws.storage version 0.9.0 Index]