Class: Aws::Types::CompleteReadSetUploadPartListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#checksum::String

Returns the value of attribute checksum.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def checksum
  @checksum
end

#part_number::Integer

Returns the value of attribute part_number.

Returns:

  • (::Integer)


191
192
193
# File 'sig/types.rbs', line 191

def part_number
  @part_number
end

#part_source"SOURCE1", "SOURCE2"

Returns the value of attribute part_source.

Returns:

  • ("SOURCE1", "SOURCE2")


192
193
194
# File 'sig/types.rbs', line 192

def part_source
  @part_source
end