AWSIoTReportType
Objective-C
NS_ENUM(NSInteger, AWSIoTReportType) {
AWSIoTReportTypeUnknown,
AWSIoTReportTypeErrors,
AWSIoTReportTypeResults,
}
Swift
enum AWSIoTReportType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTReportTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSIoTReportTypeErrors
Swift
case errors = 1
-
Undocumented
Declaration
Objective-C
AWSIoTReportTypeResults
Swift
case results = 2