Class: Aws::Types::CompleteMultipartReadSetUploadRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#parts::Array[Types::CompleteReadSetUploadPartListItem]

Returns the value of attribute parts.



181
182
183
# File 'sig/types.rbs', line 181

def parts
  @parts
end

#sequence_store_id::String

Returns the value of attribute sequence_store_id.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def sequence_store_id
  @sequence_store_id
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def upload_id
  @upload_id
end