Class: Aws::Omics::Types::ReadSetFiles
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ReadSetFiles
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Files in a read set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index ⇒ Types::FileInformation
The files’ index.
-
#source1 ⇒ Types::FileInformation
The location of the first file in Amazon S3.
-
#source2 ⇒ Types::FileInformation
The location of the second file in Amazon S3.
Instance Attribute Details
#index ⇒ Types::FileInformation
The files’ index.
5078 5079 5080 5081 5082 5083 5084 |
# File 'lib/aws-sdk-omics/types.rb', line 5078 class ReadSetFiles < Struct.new( :source1, :source2, :index) SENSITIVE = [] include Aws::Structure end |
#source1 ⇒ Types::FileInformation
The location of the first file in Amazon S3.
5078 5079 5080 5081 5082 5083 5084 |
# File 'lib/aws-sdk-omics/types.rb', line 5078 class ReadSetFiles < Struct.new( :source1, :source2, :index) SENSITIVE = [] include Aws::Structure end |
#source2 ⇒ Types::FileInformation
The location of the second file in Amazon S3.
5078 5079 5080 5081 5082 5083 5084 |
# File 'lib/aws-sdk-omics/types.rb', line 5078 class ReadSetFiles < Struct.new( :source1, :source2, :index) SENSITIVE = [] include Aws::Structure end |