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
AWSIoTEventTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSIoTEventTypeThingSwift
case thing = 1 -
Undocumented
Declaration
Objective-C
AWSIoTEventTypeThingGroupSwift
case thingGroup = 2 -
Undocumented
Declaration
Objective-C
AWSIoTEventTypeThingTypeSwift
case thingType = 3 -
Undocumented
Declaration
Objective-C
AWSIoTEventTypeThingGroupMembershipSwift
case thingGroupMembership = 4 -
Undocumented
Declaration
Objective-C
AWSIoTEventTypeThingGroupHierarchySwift
case thingGroupHierarchy = 5 -
Undocumented
Declaration
Objective-C
AWSIoTEventTypeThingTypeAssociationSwift
case thingTypeAssociation = 6 -
Undocumented
Declaration
Objective-C
AWSIoTEventTypeJobSwift
case job = 7 -
Undocumented
Declaration
Objective-C
AWSIoTEventTypeJobExecutionSwift
case jobExecution = 8 -
Undocumented
Declaration
Objective-C
AWSIoTEventTypePolicySwift
case policy = 9 -
Undocumented
Declaration
Objective-C
AWSIoTEventTypeCertificateSwift
case certificate = 10 -
Undocumented
Declaration
Objective-C
AWSIoTEventTypeCaCertificateSwift
case caCertificate = 11
View on GitHub
Install in Dash
AWSIoTEventType Enumeration Reference