AWSChimeSDKIdentityListAppInstancesRequest

Objective-C

@interface AWSChimeSDKIdentityListAppInstancesRequest

Swift

class AWSChimeSDKIdentityListAppInstancesRequest
  • The maximum number of AppInstances that you want to return.

    Declaration

    Objective-C

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

    Swift

    var maxResults: NSNumber? { get set }
  • The token passed by previous API requests until you reach the maximum number of AppInstances.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }