Class: Aws::Omics::Types::StartReferenceImportJobSourceItem

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

Overview

A source for a reference import job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The source's description.

Returns:

  • (String)


5835
5836
5837
5838
5839
5840
5841
5842
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5835

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

#nameString

The source's name.

Returns:

  • (String)


5835
5836
5837
5838
5839
5840
5841
5842
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5835

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

#source_fileString

The source file's location in Amazon S3.

Returns:

  • (String)


5835
5836
5837
5838
5839
5840
5841
5842
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5835

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

#tagsHash<String,String>

The source's tags.

Returns:

  • (Hash<String,String>)


5835
5836
5837
5838
5839
5840
5841
5842
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5835

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