AWSIoTPolicyTemplateName

Objective-C

NS_ENUM(NSInteger, AWSIoTPolicyTemplateName) {
    AWSIoTPolicyTemplateNameUnknown,
    AWSIoTPolicyTemplateNameBlankPolicy,
}

Swift

enum AWSIoTPolicyTemplateName : Int, @unchecked Sendable

Undocumented