AWSCognitoIdentityProviderGetDeviceResponse
Objective-C
@interface AWSCognitoIdentityProviderGetDeviceResponse
Swift
class AWSCognitoIdentityProviderGetDeviceResponse
Gets the device response.
Required parameters: [Device]
-
The device.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderDeviceType *_Nullable device;
Swift
var device: AWSCognitoIdentityProviderDeviceType? { get set }