Class: Aws::Omics::Types::ImportReferenceSourceItem

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

Overview

An genome reference source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The source's description.



5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
# File 'lib/aws-sdk-omics/types.rb', line 5208

class ImportReferenceSourceItem < Struct.new(
  :source_file,
  :status,
  :status_message,
  :name,
  :description,
  :tags,
  :reference_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The source's name.



5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
# File 'lib/aws-sdk-omics/types.rb', line 5208

class ImportReferenceSourceItem < Struct.new(
  :source_file,
  :status,
  :status_message,
  :name,
  :description,
  :tags,
  :reference_id)
  SENSITIVE = []
  include Aws::Structure
end

#reference_idString

The source's reference ID.



5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
# File 'lib/aws-sdk-omics/types.rb', line 5208

class ImportReferenceSourceItem < Struct.new(
  :source_file,
  :status,
  :status_message,
  :name,
  :description,
  :tags,
  :reference_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_fileString

The source file's location in Amazon S3.



5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
# File 'lib/aws-sdk-omics/types.rb', line 5208

class ImportReferenceSourceItem < Struct.new(
  :source_file,
  :status,
  :status_message,
  :name,
  :description,
  :tags,
  :reference_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The source's status.



5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
# File 'lib/aws-sdk-omics/types.rb', line 5208

class ImportReferenceSourceItem < Struct.new(
  :source_file,
  :status,
  :status_message,
  :name,
  :description,
  :tags,
  :reference_id)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The source's status message.



5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
# File 'lib/aws-sdk-omics/types.rb', line 5208

class ImportReferenceSourceItem < Struct.new(
  :source_file,
  :status,
  :status_message,
  :name,
  :description,
  :tags,
  :reference_id)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The source's tags.



5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
# File 'lib/aws-sdk-omics/types.rb', line 5208

class ImportReferenceSourceItem < Struct.new(
  :source_file,
  :status,
  :status_message,
  :name,
  :description,
  :tags,
  :reference_id)
  SENSITIVE = []
  include Aws::Structure
end