AWSCognitoIdentityProviderListDevicesResponse
Objective-C
@interface AWSCognitoIdentityProviderListDevicesResponse
Swift
class AWSCognitoIdentityProviderListDevicesResponse
Represents the response to list devices.
-
The devices returned in the list devices response.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSCognitoIdentityProviderDeviceType *> *_Nullable devices;
Swift
var devices: [AWSCognitoIdentityProviderDeviceType]? { get set }
-
The pagination token for the list device response.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable paginationToken;
Swift
var paginationToken: String? { get set }