Class: Aws::Omics::Types::GetReferenceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetReferenceRequest
- Defined in:
- gems/aws-sdk-omics/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.
3003 3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3003 class GetReferenceRequest < Struct.new( :id, :reference_store_id, :range, :part_number, :file) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The reference's ID.
3003 3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3003 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.
3003 3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3003 class GetReferenceRequest < Struct.new( :id, :reference_store_id, :range, :part_number, :file) SENSITIVE = [] include Aws::Structure end |
#range ⇒ String
The range to retrieve.
3003 3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3003 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.
3003 3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3003 class GetReferenceRequest < Struct.new( :id, :reference_store_id, :range, :part_number, :file) SENSITIVE = [] include Aws::Structure end |