AWSChimeSDKIdentityListAppInstanceAdminsResponse

Objective-C

@interface AWSChimeSDKIdentityListAppInstanceAdminsResponse

Swift

class AWSChimeSDKIdentityListAppInstanceAdminsResponse
  • The information for each administrator.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSChimeSDKIdentityAppInstanceAdminSummary *> *_Nullable appInstanceAdmins;

    Swift

    var appInstanceAdmins: [AWSChimeSDKIdentityAppInstanceAdminSummary]? { get set }
  • The ARN of the AppInstance.

    Declaration

    Objective-C

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

    Swift

    var appInstanceArn: String? { 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 }