AWSCognitoIdentityProviderLatestDeviceMetadataType
Objective-C
@interface AWSCognitoIdentityProviderLatestDeviceMetadataType
Swift
class AWSCognitoIdentityProviderLatestDeviceMetadataType
The new device metadata type.
-
The device group key.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deviceGroupKey;Swift
var deviceGroupKey: String? { get set } -
The device key.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deviceKey;Swift
var deviceKey: String? { get set }
View on GitHub
Install in Dash
AWSCognitoIdentityProviderLatestDeviceMetadataType Class Reference