AWSCognitoIdentityProviderAdminListDevicesResponse
Objective-C
@interface AWSCognitoIdentityProviderAdminListDevicesResponse
Swift
class AWSCognitoIdentityProviderAdminListDevicesResponse
Lists the device’s response, as an administrator.
-
The devices in the list of devices response.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSCognitoIdentityProviderDeviceType *> *_Nullable devices;
Swift
var devices: [AWSCognitoIdentityProviderDeviceType]? { get set }
-
The pagination token.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable paginationToken;
Swift
var paginationToken: String? { get set }