AWSIoTResourceType
Objective-C
NS_ENUM(NSInteger, AWSIoTResourceType) {
AWSIoTResourceTypeUnknown,
AWSIoTResourceTypeDeviceCertificate,
AWSIoTResourceTypeCaCertificate,
AWSIoTResourceTypeIotPolicy,
AWSIoTResourceTypeCognitoIdentityPool,
AWSIoTResourceTypeClientId,
AWSIoTResourceTypeAccountSettings,
AWSIoTResourceTypeRoleAlias,
AWSIoTResourceTypeIamRole,
AWSIoTResourceTypeIssuerCertificate,
}
Swift
enum AWSIoTResourceType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTResourceTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSIoTResourceTypeDeviceCertificate
Swift
case deviceCertificate = 1
-
Undocumented
Declaration
Objective-C
AWSIoTResourceTypeCaCertificate
Swift
case caCertificate = 2
-
Undocumented
Declaration
Objective-C
AWSIoTResourceTypeIotPolicy
Swift
case iotPolicy = 3
-
Undocumented
Declaration
Objective-C
AWSIoTResourceTypeCognitoIdentityPool
Swift
case cognitoIdentityPool = 4
-
Undocumented
Declaration
Objective-C
AWSIoTResourceTypeClientId
Swift
case clientId = 5
-
Undocumented
Declaration
Objective-C
AWSIoTResourceTypeAccountSettings
Swift
case accountSettings = 6
-
Undocumented
Declaration
Objective-C
AWSIoTResourceTypeRoleAlias
Swift
case roleAlias = 7
-
Undocumented
Declaration
Objective-C
AWSIoTResourceTypeIamRole
Swift
case iamRole = 8
-
Undocumented
Declaration
Objective-C
AWSIoTResourceTypeIssuerCertificate
Swift
case issuerCertificate = 9