Method: Aws::Omics::Types::GetRunCacheRequest#id

Defined in:
lib/aws-sdk-omics/types.rb

#idString

The identifier of the run cache to retrieve.

Returns:

  • (String)


3182
3183
3184
3185
3186
# File 'lib/aws-sdk-omics/types.rb', line 3182

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