Class: Aws::Omics::Types::GetReadSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetReadSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file ⇒ String
The file to retrieve.
-
#id ⇒ String
The read set’s ID.
-
#part_number ⇒ Integer
The part number to retrieve.
-
#sequence_store_id ⇒ String
The read set’s sequence store ID.
Instance Attribute Details
#file ⇒ String
The file to retrieve.
2380 2381 2382 2383 2384 2385 2386 2387 |
# File 'lib/aws-sdk-omics/types.rb', line 2380 class GetReadSetRequest < Struct.new( :id, :sequence_store_id, :file, :part_number) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The read set’s ID.
2380 2381 2382 2383 2384 2385 2386 2387 |
# File 'lib/aws-sdk-omics/types.rb', line 2380 class GetReadSetRequest < Struct.new( :id, :sequence_store_id, :file, :part_number) SENSITIVE = [] include Aws::Structure end |
#part_number ⇒ Integer
The part number to retrieve.
2380 2381 2382 2383 2384 2385 2386 2387 |
# File 'lib/aws-sdk-omics/types.rb', line 2380 class GetReadSetRequest < Struct.new( :id, :sequence_store_id, :file, :part_number) SENSITIVE = [] include Aws::Structure end |
#sequence_store_id ⇒ String
The read set’s sequence store ID.
2380 2381 2382 2383 2384 2385 2386 2387 |
# File 'lib/aws-sdk-omics/types.rb', line 2380 class GetReadSetRequest < Struct.new( :id, :sequence_store_id, :file, :part_number) SENSITIVE = [] include Aws::Structure end |