AWSIoTLogTargetType
Objective-C
NS_ENUM(NSInteger, AWSIoTLogTargetType) {
AWSIoTLogTargetTypeUnknown,
AWSIoTLogTargetTypeDefault,
AWSIoTLogTargetTypeThingGroup,
AWSIoTLogTargetTypeClientId,
AWSIoTLogTargetTypeSourceIp,
AWSIoTLogTargetTypePrincipalId,
}
Swift
enum AWSIoTLogTargetType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTLogTargetTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSIoTLogTargetTypeDefaultSwift
case `default` = 1 -
Undocumented
Declaration
Objective-C
AWSIoTLogTargetTypeThingGroupSwift
case thingGroup = 2 -
Undocumented
Declaration
Objective-C
AWSIoTLogTargetTypeClientIdSwift
case clientId = 3 -
Undocumented
Declaration
Objective-C
AWSIoTLogTargetTypeSourceIpSwift
case sourceIp = 4 -
Undocumented
Declaration
Objective-C
AWSIoTLogTargetTypePrincipalIdSwift
case principalId = 5
View on GitHub
Install in Dash
AWSIoTLogTargetType Enumeration Reference