AWSCognitoIdentityProviderAdminListDevicesRequest

Objective-C

@interface AWSCognitoIdentityProviderAdminListDevicesRequest

Swift

class AWSCognitoIdentityProviderAdminListDevicesRequest

Represents the request to list devices, as an administrator.

Required parameters: [UserPoolId, Username]

  • The limit of the devices request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable limit;

    Swift

    var limit: NSNumber? { get set }
  • The pagination token.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable paginationToken;

    Swift

    var paginationToken: String? { get set }
  • The user pool ID.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable userPoolId;

    Swift

    var userPoolId: String? { get set }
  • The user name.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable username;

    Swift

    var username: String? { get set }