Method: Aws::Omics::Types::BatchDeleteReadSetRequest#ids
- Defined in:
- lib/aws-sdk-omics/types.rb
#ids ⇒ Array<String>
The read sets’ IDs.
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 |