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.
3499 3500 3501 3502 3503 3504 3505 3506 |
# File 'lib/aws-sdk-omics/types.rb', line 3499 class GetReadSetRequest < Struct.new( :id, :sequence_store_id, :file, :part_number) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The read set’s ID.
3499 3500 3501 3502 3503 3504 3505 3506 |
# File 'lib/aws-sdk-omics/types.rb', line 3499 class GetReadSetRequest < Struct.new( :id, :sequence_store_id, :file, :part_number) SENSITIVE = [] include Aws::Structure end |
#part_number ⇒ Integer
The part number to retrieve.
3499 3500 3501 3502 3503 3504 3505 3506 |
# File 'lib/aws-sdk-omics/types.rb', line 3499 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.
3499 3500 3501 3502 3503 3504 3505 3506 |
# File 'lib/aws-sdk-omics/types.rb', line 3499 class GetReadSetRequest < Struct.new( :id, :sequence_store_id, :file, :part_number) SENSITIVE = [] include Aws::Structure end |