AWSChimeSDKIdentityListAppInstanceAdminsRequest
Objective-C
@interface AWSChimeSDKIdentityListAppInstanceAdminsRequest
Swift
class AWSChimeSDKIdentityListAppInstanceAdminsRequest
-
The ARN of the
AppInstance
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable appInstanceArn;
Swift
var appInstanceArn: String? { get set }
-
The maximum number of administrators that you want to return.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;
Swift
var maxResults: NSNumber? { get set }
-
The token returned from previous API requests until the number of administrators is reached.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }