Class: Aws::Types::UploadReadSetPartRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#part_number::Integer

Returns the value of attribute part_number.

Returns:

  • (::Integer)


2503
2504
2505
# File 'sig/types.rbs', line 2503

def part_number
  @part_number
end

#part_source"SOURCE1", "SOURCE2"

Returns the value of attribute part_source.

Returns:

  • ("SOURCE1", "SOURCE2")


2502
2503
2504
# File 'sig/types.rbs', line 2502

def part_source
  @part_source
end

#payload::IO

Returns the value of attribute payload.

Returns:

  • (::IO)


2504
2505
2506
# File 'sig/types.rbs', line 2504

def payload
  @payload
end

#sequence_store_id::String

Returns the value of attribute sequence_store_id.

Returns:

  • (::String)


2500
2501
2502
# File 'sig/types.rbs', line 2500

def sequence_store_id
  @sequence_store_id
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


2501
2502
2503
# File 'sig/types.rbs', line 2501

def upload_id
  @upload_id
end