Counters

public struct Counters : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of errored entities.

    Declaration

    Swift

    public let errored: Int?
  • The number of failed entities.

    Declaration

    Swift

    public let failed: Int?
  • The number of passed entities.

    Declaration

    Swift

    public let passed: Int?
  • The number of skipped entities.

    Declaration

    Swift

    public let skipped: Int?
  • The number of stopped entities.

    Declaration

    Swift

    public let stopped: Int?
  • The total number of entities.

    Declaration

    Swift

    public let total: Int?
  • The number of warned entities.

    Declaration

    Swift

    public let warned: Int?
  • Undocumented

    Declaration

    Swift

    public init(errored: Int? = nil, failed: Int? = nil, passed: Int? = nil, skipped: Int? = nil, stopped: Int? = nil, total: Int? = nil, warned: Int? = nil)