GetCardinalityResponse

public struct GetCardinalityResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The approximate count of unique values that match the query.

    Declaration

    Swift

    public let cardinality: Int?
  • Undocumented

    Declaration

    Swift

    public init(cardinality: Int? = nil)