AWSIoTGetCardinalityResponse
Objective-C
@interface AWSIoTGetCardinalityResponse
Swift
class AWSIoTGetCardinalityResponse
-
The approximate count of unique values that match the query.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable cardinality;
Swift
var cardinality: NSNumber? { get set }