AWSIoTPolicyTemplateName
Objective-C
NS_ENUM(NSInteger, AWSIoTPolicyTemplateName) {
AWSIoTPolicyTemplateNameUnknown,
AWSIoTPolicyTemplateNameBlankPolicy,
}
Swift
enum AWSIoTPolicyTemplateName : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTPolicyTemplateNameUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSIoTPolicyTemplateNameBlankPolicy
Swift
case blankPolicy = 1