ComplianceContributorCount

public struct ComplianceContributorCount : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Indicates whether the maximum count is reached.

    Declaration

    Swift

    public let capExceeded: Bool?
  • The number of AWS resources or AWS Config rules responsible for the current compliance of the item.

    Declaration

    Swift

    public let cappedCount: Int?
  • Undocumented

    Declaration

    Swift

    public init(capExceeded: Bool? = nil, cappedCount: Int? = nil)