Class: Aws::Types::ImportReadSetSourceItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1325
1326
1327
# File 'sig/types.rbs', line 1325

def description
  @description
end

#generated_from::String

Returns the value of attribute generated_from.

Returns:

  • (::String)


1322
1323
1324
# File 'sig/types.rbs', line 1322

def generated_from
  @generated_from
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def name
  @name
end

#read_set_id::String

Returns the value of attribute read_set_id.

Returns:

  • (::String)


1327
1328
1329
# File 'sig/types.rbs', line 1327

def read_set_id
  @read_set_id
end

#reference_arn::String

Returns the value of attribute reference_arn.

Returns:

  • (::String)


1323
1324
1325
# File 'sig/types.rbs', line 1323

def reference_arn
  @reference_arn
end

#sample_id::String

Returns the value of attribute sample_id.

Returns:

  • (::String)


1321
1322
1323
# File 'sig/types.rbs', line 1321

def sample_id
  @sample_id
end

#source_file_type"FASTQ", ...

Returns the value of attribute source_file_type.

Returns:

  • ("FASTQ", "BAM", "CRAM", "UBAM")


1317
1318
1319
# File 'sig/types.rbs', line 1317

def source_file_type
  @source_file_type
end

#source_filesTypes::SourceFiles

Returns the value of attribute source_files.

Returns:



1316
1317
1318
# File 'sig/types.rbs', line 1316

def source_files
  @source_files
end

#status"NOT_STARTED", ...

Returns the value of attribute status.

Returns:

  • ("NOT_STARTED", "IN_PROGRESS", "FINISHED", "FAILED")


1318
1319
1320
# File 'sig/types.rbs', line 1318

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def status_message
  @status_message
end

#subject_id::String

Returns the value of attribute subject_id.

Returns:

  • (::String)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def subject_id
  @subject_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1326
1327
1328
# File 'sig/types.rbs', line 1326

def tags
  @tags
end