AWSCognitoIdentityProviderListDevicesRequest
Objective-C
@interface AWSCognitoIdentityProviderListDevicesRequest
Swift
class AWSCognitoIdentityProviderListDevicesRequest
Represents the request to list the devices.
Required parameters: [AccessToken]
-
A valid access token that Amazon Cognito issued to the user whose list of devices you want to view.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable accessToken;
Swift
var accessToken: String? { get set }
-
The limit of the device request.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable limit;
Swift
var limit: NSNumber? { get set }
-
The pagination token for the list request.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable paginationToken;
Swift
var paginationToken: String? { get set }