Class: Aws::Types::SequenceInformation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#alignment::String

Returns the value of attribute alignment.

Returns:



2043
2044
2045
# File 'sig/types.rbs', line 2043

def alignment
  @alignment
end

#generated_from::String

Returns the value of attribute generated_from.

Returns:



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.

Returns:



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.

Returns:



2040
2041
2042
# File 'sig/types.rbs', line 2040

def total_read_count
  @total_read_count
end