Class: Aws::Omics::Types::ReferenceFiles
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ReferenceFiles
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
A set of genome reference files.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index ⇒ Types::FileInformation
The files' index.
-
#source ⇒ Types::FileInformation
The source file's location in Amazon S3.
Instance Attribute Details
#index ⇒ Types::FileInformation
The files' index.
5313 5314 5315 5316 5317 5318 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5313 class ReferenceFiles < Struct.new( :source, :index) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::FileInformation
The source file's location in Amazon S3.
5313 5314 5315 5316 5317 5318 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5313 class ReferenceFiles < Struct.new( :source, :index) SENSITIVE = [] include Aws::Structure end |