Class: Aws::Types::Progress

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completion_percentage ⇒ ::Float

Returns the value of attribute completion_percentage.

Returns:

  • (::Float)


1591
1592
1593
# File 'sig/types.rbs', line 1591

def completion_percentage
  @completion_percentage
end

#steps_completed ⇒ ::Integer

Returns the value of attribute steps_completed.

Returns:

  • (::Integer)


1589
1590
1591
# File 'sig/types.rbs', line 1589

def steps_completed
  @steps_completed
end

#total_steps ⇒ ::Integer

Returns the value of attribute total_steps.

Returns:

  • (::Integer)


1590
1591
1592
# File 'sig/types.rbs', line 1590

def total_steps
  @total_steps
end