AWSIoTActionType

Objective-C

NS_ENUM(NSInteger, AWSIoTActionType) {
    AWSIoTActionTypeUnknown,
    AWSIoTActionTypePublish,
    AWSIoTActionTypeSubscribe,
    AWSIoTActionTypeReceive,
    AWSIoTActionTypeConnect,
}

Swift

enum AWSIoTActionType : Int, @unchecked Sendable

Undocumented