Class: Aws::Omics::Types::GetRunCacheRequest

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

The identifier of the run cache to retrieve.

Returns:

  • (String)


2699
2700
2701
2702
2703
# File 'lib/aws-sdk-omics/types.rb', line 2699

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