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.
2431 2432 2433 2434 2435 2436 2437 2438 |
# File 'lib/aws-sdk-omics/types.rb', line 2431 class GetReadSetRequest < Struct.new( :id, :sequence_store_id, :file, :part_number) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The read set’s ID.
2431 2432 2433 2434 2435 2436 2437 2438 |
# File 'lib/aws-sdk-omics/types.rb', line 2431 class GetReadSetRequest < Struct.new( :id, :sequence_store_id, :file, :part_number) SENSITIVE = [] include Aws::Structure end |
#part_number ⇒ Integer
The part number to retrieve.
2431 2432 2433 2434 2435 2436 2437 2438 |
# File 'lib/aws-sdk-omics/types.rb', line 2431 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.
2431 2432 2433 2434 2435 2436 2437 2438 |
# File 'lib/aws-sdk-omics/types.rb', line 2431 class GetReadSetRequest < Struct.new( :id, :sequence_store_id, :file, :part_number) SENSITIVE = [] include Aws::Structure end |