AWSIoTEventType
Objective-C
NS_ENUM(NSInteger, AWSIoTEventType) {
AWSIoTEventTypeUnknown,
AWSIoTEventTypeThing,
AWSIoTEventTypeThingGroup,
AWSIoTEventTypeThingType,
AWSIoTEventTypeThingGroupMembership,
AWSIoTEventTypeThingGroupHierarchy,
AWSIoTEventTypeThingTypeAssociation,
AWSIoTEventTypeJob,
AWSIoTEventTypeJobExecution,
AWSIoTEventTypePolicy,
AWSIoTEventTypeCertificate,
AWSIoTEventTypeCaCertificate,
}
Swift
enum AWSIoTEventType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTEventTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSIoTEventTypeThing
Swift
case thing = 1
-
Undocumented
Declaration
Objective-C
AWSIoTEventTypeThingGroup
Swift
case thingGroup = 2
-
Undocumented
Declaration
Objective-C
AWSIoTEventTypeThingType
Swift
case thingType = 3
-
Undocumented
Declaration
Objective-C
AWSIoTEventTypeThingGroupMembership
Swift
case thingGroupMembership = 4
-
Undocumented
Declaration
Objective-C
AWSIoTEventTypeThingGroupHierarchy
Swift
case thingGroupHierarchy = 5
-
Undocumented
Declaration
Objective-C
AWSIoTEventTypeThingTypeAssociation
Swift
case thingTypeAssociation = 6
-
Undocumented
Declaration
Objective-C
AWSIoTEventTypeJob
Swift
case job = 7
-
Undocumented
Declaration
Objective-C
AWSIoTEventTypeJobExecution
Swift
case jobExecution = 8
-
Undocumented
Declaration
Objective-C
AWSIoTEventTypePolicy
Swift
case policy = 9
-
Undocumented
Declaration
Objective-C
AWSIoTEventTypeCertificate
Swift
case certificate = 10
-
Undocumented
Declaration
Objective-C
AWSIoTEventTypeCaCertificate
Swift
case caCertificate = 11