Class: Aws::Omics::Types::ReferenceFiles

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

Overview

A set of genome reference files.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#indexTypes::FileInformation

The files’ index.



5313
5314
5315
5316
5317
5318
# File 'lib/aws-sdk-omics/types.rb', line 5313

class ReferenceFiles < Struct.new(
  :source,
  :index)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::FileInformation

The source file’s location in Amazon S3.



5313
5314
5315
5316
5317
5318
# File 'lib/aws-sdk-omics/types.rb', line 5313

class ReferenceFiles < Struct.new(
  :source,
  :index)
  SENSITIVE = []
  include Aws::Structure
end