AWSChimeSDKIdentityListAppInstanceUsersRequest

Objective-C

@interface AWSChimeSDKIdentityListAppInstanceUsersRequest

Swift

class AWSChimeSDKIdentityListAppInstanceUsersRequest
  • The ARN of the AppInstance.

    Declaration

    Objective-C

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

    Swift

    var appInstanceArn: String? { get set }
  • The maximum number of requests that you want returned.

    Declaration

    Objective-C

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

    Swift

    var maxResults: NSNumber? { get set }
  • The token passed by previous API calls until all requested users are returned.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }