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
AppInstance
s is reached.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }