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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

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

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)


10806
10807
10808
10809
10810
10811
10812
10813
# File 'lib/aws-sdk-ssm/types.rb', line 10806

class ProgressCounters < Struct.new(
  :total_steps,
  :success_steps,
  :failed_steps,
  :cancelled_steps,
  :timed_out_steps)
  include Aws::Structure
end

#failed_stepsInteger

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

Returns:

  • (Integer)


10806
10807
10808
10809
10810
10811
10812
10813
# File 'lib/aws-sdk-ssm/types.rb', line 10806

class ProgressCounters < Struct.new(
  :total_steps,
  :success_steps,
  :failed_steps,
  :cancelled_steps,
  :timed_out_steps)
  include Aws::Structure
end

#success_stepsInteger

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

Returns:

  • (Integer)


10806
10807
10808
10809
10810
10811
10812
10813
# File 'lib/aws-sdk-ssm/types.rb', line 10806

class ProgressCounters < Struct.new(
  :total_steps,
  :success_steps,
  :failed_steps,
  :cancelled_steps,
  :timed_out_steps)
  include Aws::Structure
end

#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)


10806
10807
10808
10809
10810
10811
10812
10813
# File 'lib/aws-sdk-ssm/types.rb', line 10806

class ProgressCounters < Struct.new(
  :total_steps,
  :success_steps,
  :failed_steps,
  :cancelled_steps,
  :timed_out_steps)
  include Aws::Structure
end

#total_stepsInteger

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

Returns:

  • (Integer)


10806
10807
10808
10809
10810
10811
10812
10813
# File 'lib/aws-sdk-ssm/types.rb', line 10806

class ProgressCounters < Struct.new(
  :total_steps,
  :success_steps,
  :failed_steps,
  :cancelled_steps,
  :timed_out_steps)
  include Aws::Structure
end