Class: Aws::Types::SequenceInformation
- Inherits:
-
Object
- Object
- Aws::Types::SequenceInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alignment ⇒ ::String
Returns the value of attribute alignment.
-
#generated_from ⇒ ::String
Returns the value of attribute generated_from.
-
#total_base_count ⇒ ::Integer
Returns the value of attribute total_base_count.
-
#total_read_count ⇒ ::Integer
Returns the value of attribute total_read_count.
Instance Attribute Details
#alignment ⇒ ::String
Returns the value of attribute alignment.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def alignment @alignment end |
#generated_from ⇒ ::String
Returns the value of attribute generated_from.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def generated_from @generated_from end |
#total_base_count ⇒ ::Integer
Returns the value of attribute total_base_count.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def total_base_count @total_base_count end |
#total_read_count ⇒ ::Integer
Returns the value of attribute total_read_count.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def total_read_count @total_read_count end |