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.



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

#source1Types::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

#source2Types::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