Module: Aws::Omics::Client::_CreateMultipartReadSetUploadResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateMultipartReadSetUploadResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #generated_from ⇒ ::String
- #name ⇒ ::String
- #reference_arn ⇒ ::String
- #sample_id ⇒ ::String
- #sequence_store_id ⇒ ::String
- #source_file_type ⇒ "FASTQ", ...
- #subject_id ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #upload_id ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
266 |
# File 'sig/client.rbs', line 266
def creation_time: () -> ::Time
|
#description ⇒ ::String
264 |
# File 'sig/client.rbs', line 264
def description: () -> ::String
|
#generated_from ⇒ ::String
261 |
# File 'sig/client.rbs', line 261
def generated_from: () -> ::String
|
#name ⇒ ::String
263 |
# File 'sig/client.rbs', line 263
def name: () -> ::String
|
#reference_arn ⇒ ::String
262 |
# File 'sig/client.rbs', line 262
def reference_arn: () -> ::String
|
#sample_id ⇒ ::String
260 |
# File 'sig/client.rbs', line 260
def sample_id: () -> ::String
|
#sequence_store_id ⇒ ::String
256 |
# File 'sig/client.rbs', line 256
def sequence_store_id: () -> ::String
|
#source_file_type ⇒ "FASTQ", ...
258 |
# File 'sig/client.rbs', line 258
def source_file_type: () -> ("FASTQ" | "BAM" | "CRAM" | "UBAM")
|
#subject_id ⇒ ::String
259 |
# File 'sig/client.rbs', line 259
def subject_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
265 |
# File 'sig/client.rbs', line 265
def tags: () -> ::Hash[::String, ::String]
|
#upload_id ⇒ ::String
257 |
# File 'sig/client.rbs', line 257
def upload_id: () -> ::String
|