Class: Aws::Types::ReadSetListItem
- Inherits:
-
Object
- Object
- Aws::Types::ReadSetListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#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.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def creation_time @creation_time end |
#creation_type ⇒ "IMPORT", "UPLOAD"
Returns the value of attribute creation_type.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def creation_type @creation_type end |
#description ⇒ ::String
Returns the value of attribute description.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def description @description end |
#etag ⇒ Types::ETag
Returns the value of attribute etag.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def etag @etag end |
#file_type ⇒ "FASTQ", ...
Returns the value of attribute file_type.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def file_type @file_type end |
#id ⇒ ::String
Returns the value of attribute id.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def name @name end |
#reference_arn ⇒ ::String
Returns the value of attribute reference_arn.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def reference_arn @reference_arn end |
#sample_id ⇒ ::String
Returns the value of attribute sample_id.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def sample_id @sample_id end |
#sequence_information ⇒ Types::SequenceInformation
Returns the value of attribute sequence_information.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def sequence_information @sequence_information end |
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def sequence_store_id @sequence_store_id end |
#status ⇒ "ARCHIVED", ...
Returns the value of attribute status.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def end |
#subject_id ⇒ ::String
Returns the value of attribute subject_id.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def subject_id @subject_id end |