Class: Aws::Omics::Types::ReadSetFiles

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

Files in a read set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#indexTypes::FileInformation

The files’ index.



4679
4680
4681
4682
4683
4684
4685
# File 'lib/aws-sdk-omics/types.rb', line 4679

class ReadSetFiles < Struct.new(
  :source1,
  :source2,
  :index)
  SENSITIVE = []
  include Aws::Structure
end

#source1Types::FileInformation

The location of the first file in Amazon S3.



4679
4680
4681
4682
4683
4684
4685
# File 'lib/aws-sdk-omics/types.rb', line 4679

class ReadSetFiles < Struct.new(
  :source1,
  :source2,
  :index)
  SENSITIVE = []
  include Aws::Structure
end

#source2Types::FileInformation

The location of the second file in Amazon S3.



4679
4680
4681
4682
4683
4684
4685
# File 'lib/aws-sdk-omics/types.rb', line 4679

class ReadSetFiles < Struct.new(
  :source1,
  :source2,
  :index)
  SENSITIVE = []
  include Aws::Structure
end