Class: Aws::Omics::Types::GetReferenceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetReferenceRequest
- 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 reference’s ID.
-
#part_number ⇒ Integer
The part number to retrieve.
-
#range ⇒ String
The range to retrieve.
-
#reference_store_id ⇒ String
The reference’s store ID.
Instance Attribute Details
#file ⇒ String
The file to retrieve.
2622 2623 2624 2625 2626 2627 2628 2629 2630 |
# File 'lib/aws-sdk-omics/types.rb', line 2622 class GetReferenceRequest < Struct.new( :id, :reference_store_id, :range, :part_number, :file) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The reference’s ID.
2622 2623 2624 2625 2626 2627 2628 2629 2630 |
# File 'lib/aws-sdk-omics/types.rb', line 2622 class GetReferenceRequest < Struct.new( :id, :reference_store_id, :range, :part_number, :file) SENSITIVE = [] include Aws::Structure end |
#part_number ⇒ Integer
The part number to retrieve.
2622 2623 2624 2625 2626 2627 2628 2629 2630 |
# File 'lib/aws-sdk-omics/types.rb', line 2622 class GetReferenceRequest < Struct.new( :id, :reference_store_id, :range, :part_number, :file) SENSITIVE = [] include Aws::Structure end |
#range ⇒ String
The range to retrieve.
2622 2623 2624 2625 2626 2627 2628 2629 2630 |
# File 'lib/aws-sdk-omics/types.rb', line 2622 class GetReferenceRequest < Struct.new( :id, :reference_store_id, :range, :part_number, :file) SENSITIVE = [] include Aws::Structure end |
#reference_store_id ⇒ String
The reference’s store ID.
2622 2623 2624 2625 2626 2627 2628 2629 2630 |
# File 'lib/aws-sdk-omics/types.rb', line 2622 class GetReferenceRequest < Struct.new( :id, :reference_store_id, :range, :part_number, :file) SENSITIVE = [] include Aws::Structure end |