Class: Aws::Types::GetReadSetMetadataResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetReadSetMetadataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_job_id ⇒ ::String
Returns the value of attribute creation_job_id.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#creation_type ⇒ "IMPORT", "UPLOAD"
Returns the value of attribute creation_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#etag ⇒ Types::ETag
Returns the value of attribute etag.
-
#file_type ⇒ "FASTQ", ...
Returns the value of attribute file_type.
-
#files ⇒ Types::ReadSetFiles
Returns the value of attribute files.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#reference_arn ⇒ ::String
Returns the value of attribute reference_arn.
-
#sample_id ⇒ ::String
Returns the value of attribute sample_id.
-
#sequence_information ⇒ Types::SequenceInformation
Returns the value of attribute sequence_information.
-
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
-
#status ⇒ "ARCHIVED", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#subject_id ⇒ ::String
Returns the value of attribute subject_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
904 905 906 |
# File 'sig/types.rbs', line 904 def arn @arn end |
#creation_job_id ⇒ ::String
Returns the value of attribute creation_job_id.
919 920 921 |
# File 'sig/types.rbs', line 919 def creation_job_id @creation_job_id end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
912 913 914 |
# File 'sig/types.rbs', line 912 def creation_time @creation_time end |
#creation_type ⇒ "IMPORT", "UPLOAD"
Returns the value of attribute creation_type.
917 918 919 |
# File 'sig/types.rbs', line 917 def creation_type @creation_type end |
#description ⇒ ::String
Returns the value of attribute description.
910 911 912 |
# File 'sig/types.rbs', line 910 def description @description end |
#etag ⇒ Types::ETag
Returns the value of attribute etag.
918 919 920 |
# File 'sig/types.rbs', line 918 def etag @etag end |
#file_type ⇒ "FASTQ", ...
Returns the value of attribute file_type.
911 912 913 |
# File 'sig/types.rbs', line 911 def file_type @file_type end |
#files ⇒ Types::ReadSetFiles
Returns the value of attribute files.
915 916 917 |
# File 'sig/types.rbs', line 915 def files @files end |
#id ⇒ ::String
Returns the value of attribute id.
903 904 905 |
# File 'sig/types.rbs', line 903 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
909 910 911 |
# File 'sig/types.rbs', line 909 def name @name end |
#reference_arn ⇒ ::String
Returns the value of attribute reference_arn.
914 915 916 |
# File 'sig/types.rbs', line 914 def reference_arn @reference_arn end |
#sample_id ⇒ ::String
Returns the value of attribute sample_id.
907 908 909 |
# File 'sig/types.rbs', line 907 def sample_id @sample_id end |
#sequence_information ⇒ Types::SequenceInformation
Returns the value of attribute sequence_information.
913 914 915 |
# File 'sig/types.rbs', line 913 def sequence_information @sequence_information end |
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
905 906 907 |
# File 'sig/types.rbs', line 905 def sequence_store_id @sequence_store_id end |
#status ⇒ "ARCHIVED", ...
Returns the value of attribute status.
908 909 910 |
# File 'sig/types.rbs', line 908 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
916 917 918 |
# File 'sig/types.rbs', line 916 def end |
#subject_id ⇒ ::String
Returns the value of attribute subject_id.
906 907 908 |
# File 'sig/types.rbs', line 906 def subject_id @subject_id end |