Class: Aws::Types::ProgressCounters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cancelled_steps::Integer

Returns the value of attribute cancelled_steps.

Returns:

  • (::Integer)


3680
3681
3682
# File 'sig/types.rbs', line 3680

def cancelled_steps
  @cancelled_steps
end

#failed_steps::Integer

Returns the value of attribute failed_steps.

Returns:

  • (::Integer)


3679
3680
3681
# File 'sig/types.rbs', line 3679

def failed_steps
  @failed_steps
end

#success_steps::Integer

Returns the value of attribute success_steps.

Returns:

  • (::Integer)


3678
3679
3680
# File 'sig/types.rbs', line 3678

def success_steps
  @success_steps
end

#timed_out_steps::Integer

Returns the value of attribute timed_out_steps.

Returns:

  • (::Integer)


3681
3682
3683
# File 'sig/types.rbs', line 3681

def timed_out_steps
  @timed_out_steps
end

#total_steps::Integer

Returns the value of attribute total_steps.

Returns:

  • (::Integer)


3677
3678
3679
# File 'sig/types.rbs', line 3677

def total_steps
  @total_steps
end