Class: Aws::Types::UploadProgress

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_parts_count::Integer

Returns the value of attribute completed_parts_count.

Returns:

  • (::Integer)


509
510
511
# File 'sig/types.rbs', line 509

def completed_parts_count
  @completed_parts_count
end

#total_parts::Integer

Returns the value of attribute total_parts.

Returns:

  • (::Integer)


508
509
510
# File 'sig/types.rbs', line 508

def total_parts
  @total_parts
end