AWSIoTMessageFormat

Objective-C

NS_ENUM(NSInteger, AWSIoTMessageFormat) {
    AWSIoTMessageFormatUnknown,
    AWSIoTMessageFormatRAW,
    AWSIoTMessageFormatJson,
}

Swift

enum AWSIoTMessageFormat : Int, @unchecked Sendable

Undocumented