Method: Aws::Omics::Types::GetReferenceRequest#file
- Defined in:
- lib/aws-sdk-omics/types.rb
#file ⇒ String
The file to retrieve.
3105 3106 3107 3108 3109 3110 3111 3112 3113 |
# File 'lib/aws-sdk-omics/types.rb', line 3105 class GetReferenceRequest < Struct.new( :id, :reference_store_id, :range, :part_number, :file) SENSITIVE = [] include Aws::Structure end |