Class: Aws::Types::CreateMultipartReadSetUploadResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


314
315
316
# File 'sig/types.rbs', line 314

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def description
  @description
end

#generated_from::String

Returns the value of attribute generated_from.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def generated_from
  @generated_from
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def name
  @name
end

#reference_arn::String

Returns the value of attribute reference_arn.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def reference_arn
  @reference_arn
end

#sample_id::String

Returns the value of attribute sample_id.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def sample_id
  @sample_id
end

#sequence_store_id::String

Returns the value of attribute sequence_store_id.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def sequence_store_id
  @sequence_store_id
end

#source_file_type"FASTQ", ...

Returns the value of attribute source_file_type.

Returns:

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


306
307
308
# File 'sig/types.rbs', line 306

def source_file_type
  @source_file_type
end

#subject_id::String

Returns the value of attribute subject_id.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def subject_id
  @subject_id
end

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

Returns the value of attribute tags.

Returns:

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


313
314
315
# File 'sig/types.rbs', line 313

def tags
  @tags
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def upload_id
  @upload_id
end