ProgressCounters

public struct ProgressCounters : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The total number of steps that the system cancelled in all specified AWS Regions and accounts for the current Automation execution.

    Declaration

    Swift

    public let cancelledSteps: Int?
  • The total number of steps that failed to run in all specified AWS Regions and accounts for the current Automation execution.

    Declaration

    Swift

    public let failedSteps: Int?
  • The total number of steps that successfully completed in all specified AWS Regions and accounts for the current Automation execution.

    Declaration

    Swift

    public let successSteps: Int?
  • The total number of steps that timed out in all specified AWS Regions and accounts for the current Automation execution.

    Declaration

    Swift

    public let timedOutSteps: Int?
  • The total number of steps run in all specified AWS Regions and accounts for the current Automation execution.

    Declaration

    Swift

    public let totalSteps: Int?
  • Undocumented

    Declaration

    Swift

    public init(cancelledSteps: Int? = nil, failedSteps: Int? = nil, successSteps: Int? = nil, timedOutSteps: Int? = nil, totalSteps: Int? = nil)