You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::ProgressCounters

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An aggregate of step execution statuses displayed in the AWS Console for a multi-Region and multi-account Automation execution.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cancelled_stepsInteger

The total number of steps that the system cancelled in all specified AWS Regions and accounts for the current Automation execution.

Returns:

  • (Integer)

    The total number of steps that the system cancelled in all specified AWS Regions and accounts for the current Automation execution.

#failed_stepsInteger

The total number of steps that failed to run in all specified AWS Regions and accounts for the current Automation execution.

Returns:

  • (Integer)

    The total number of steps that failed to run in all specified AWS Regions and accounts for the current Automation execution.

#success_stepsInteger

The total number of steps that successfully completed in all specified AWS Regions and accounts for the current Automation execution.

Returns:

  • (Integer)

    The total number of steps that successfully completed in all specified AWS Regions and accounts for the current Automation execution.

#timed_out_stepsInteger

The total number of steps that timed out in all specified AWS Regions and accounts for the current Automation execution.

Returns:

  • (Integer)

    The total number of steps that timed out in all specified AWS Regions and accounts for the current Automation execution.

#total_stepsInteger

The total number of steps run in all specified AWS Regions and accounts for the current Automation execution.

Returns:

  • (Integer)

    The total number of steps run in all specified AWS Regions and accounts for the current Automation execution.