AWSIoTServiceType
Objective-C
NS_ENUM(NSInteger, AWSIoTServiceType) {
AWSIoTServiceTypeUnknown,
AWSIoTServiceTypeData,
AWSIoTServiceTypeCredentialProvider,
AWSIoTServiceTypeJobs,
}
Swift
enum AWSIoTServiceType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTServiceTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSIoTServiceTypeData
Swift
case data = 1
-
Undocumented
Declaration
Objective-C
AWSIoTServiceTypeCredentialProvider
Swift
case credentialProvider = 2
-
Undocumented
Declaration
Objective-C
AWSIoTServiceTypeJobs
Swift
case jobs = 3