AWSEC2TrustProviderType
Objective-C
NS_ENUM(NSInteger, AWSEC2TrustProviderType) {
AWSEC2TrustProviderTypeUnknown,
AWSEC2TrustProviderTypeUser,
AWSEC2TrustProviderTypeDevice,
}
Swift
enum AWSEC2TrustProviderType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2TrustProviderTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2TrustProviderTypeUser
Swift
case user = 1
-
Undocumented
Declaration
Objective-C
AWSEC2TrustProviderTypeDevice
Swift
case device = 2