Class: Aws::Omics::Types::DeleteRunCacheRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

Run cache identifier for the cache you want to delete.

Returns:

  • (String)


1505
1506
1507
1508
1509
# File 'lib/aws-sdk-omics/types.rb', line 1505

class DeleteRunCacheRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end