AWSChimeSDKIdentityListAppInstanceUserEndpointsRequest
Objective-C
@interface AWSChimeSDKIdentityListAppInstanceUserEndpointsRequest
Swift
class AWSChimeSDKIdentityListAppInstanceUserEndpointsRequest
-
The ARN of the
AppInstanceUser
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable appInstanceUserArn;
Swift
var appInstanceUserArn: String? { get set }
-
The maximum number of endpoints 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 calls until all requested endpoints are returned.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }