AWSIoTReportType
Objective-C
NS_ENUM(NSInteger, AWSIoTReportType) {
AWSIoTReportTypeUnknown,
AWSIoTReportTypeErrors,
AWSIoTReportTypeResults,
}
Swift
enum AWSIoTReportType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTReportTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSIoTReportTypeErrorsSwift
case errors = 1 -
Undocumented
Declaration
Objective-C
AWSIoTReportTypeResultsSwift
case results = 2
View on GitHub
Install in Dash
AWSIoTReportType Enumeration Reference