Method: Aws::Omics::Types::DeleteRunCacheRequest#id
- Defined in:
- lib/aws-sdk-omics/types.rb
#id ⇒ String
Run cache identifier for the cache you want to delete.
1971 1972 1973 1974 1975 |
# File 'lib/aws-sdk-omics/types.rb', line 1971 class DeleteRunCacheRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |