Module: Aws::Omics::Client::_GetReadSetMetadataResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetReadSetMetadataResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_job_id ⇒ ::String
- #creation_time ⇒ ::Time
- #creation_type ⇒ "IMPORT", "UPLOAD"
- #description ⇒ ::String
- #etag ⇒ Types::ETag
- #file_type ⇒ "FASTQ", ...
- #files ⇒ Types::ReadSetFiles
- #id ⇒ ::String
- #name ⇒ ::String
- #reference_arn ⇒ ::String
- #sample_id ⇒ ::String
- #sequence_information ⇒ Types::SequenceInformation
- #sequence_store_id ⇒ ::String
- #status ⇒ "ARCHIVED", ...
- #status_message ⇒ ::String
- #subject_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
799 |
# File 'sig/client.rbs', line 799
def arn: () -> ::String
|
#creation_job_id ⇒ ::String
814 |
# File 'sig/client.rbs', line 814
def creation_job_id: () -> ::String
|
#creation_time ⇒ ::Time
807 |
# File 'sig/client.rbs', line 807
def creation_time: () -> ::Time
|
#creation_type ⇒ "IMPORT", "UPLOAD"
812 |
# File 'sig/client.rbs', line 812
def creation_type: () -> ("IMPORT" | "UPLOAD")
|
#description ⇒ ::String
805 |
# File 'sig/client.rbs', line 805
def description: () -> ::String
|
#file_type ⇒ "FASTQ", ...
806 |
# File 'sig/client.rbs', line 806
def file_type: () -> ("FASTQ" | "BAM" | "CRAM" | "UBAM")
|
#files ⇒ Types::ReadSetFiles
810 |
# File 'sig/client.rbs', line 810
def files: () -> Types::ReadSetFiles
|
#id ⇒ ::String
798 |
# File 'sig/client.rbs', line 798
def id: () -> ::String
|
#name ⇒ ::String
804 |
# File 'sig/client.rbs', line 804
def name: () -> ::String
|
#reference_arn ⇒ ::String
809 |
# File 'sig/client.rbs', line 809
def reference_arn: () -> ::String
|
#sample_id ⇒ ::String
802 |
# File 'sig/client.rbs', line 802
def sample_id: () -> ::String
|
#sequence_information ⇒ Types::SequenceInformation
808 |
# File 'sig/client.rbs', line 808
def sequence_information: () -> Types::SequenceInformation
|
#sequence_store_id ⇒ ::String
800 |
# File 'sig/client.rbs', line 800
def sequence_store_id: () -> ::String
|
#status ⇒ "ARCHIVED", ...
803 |
# File 'sig/client.rbs', line 803
def status: () -> ("ARCHIVED" | "ACTIVATING" | "ACTIVE" | "DELETING" | "DELETED" | "PROCESSING_UPLOAD" | "UPLOAD_FAILED")
|
#status_message ⇒ ::String
811 |
# File 'sig/client.rbs', line 811
def status_message: () -> ::String
|
#subject_id ⇒ ::String
801 |
# File 'sig/client.rbs', line 801
def subject_id: () -> ::String
|