AWSChimeSDKIdentityListAppInstancesResponse
Objective-C
@interface AWSChimeSDKIdentityListAppInstancesResponse
Swift
class AWSChimeSDKIdentityListAppInstancesResponse
-
The information for each
AppInstance.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSChimeSDKIdentityAppInstanceSummary *> *_Nullable appInstances;Swift
var appInstances: [AWSChimeSDKIdentityAppInstanceSummary]? { get set } -
The token passed by previous API requests until the maximum number of
AppInstances is reached.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSChimeSDKIdentityListAppInstancesResponse Class Reference