Method: Aws::Omics::Types::BatchDeleteReadSetRequest#sequence_store_id

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

#sequence_store_idString

The read sets’ sequence store ID.

Returns:

  • (String)


390
391
392
393
394
395
# File 'lib/aws-sdk-omics/types.rb', line 390

class BatchDeleteReadSetRequest < Struct.new(
  :ids,
  :sequence_store_id)
  SENSITIVE = []
  include Aws::Structure
end