AWSChimeSDKIdentityCreateAppInstanceAdminRequest

Objective-C

@interface AWSChimeSDKIdentityCreateAppInstanceAdminRequest

Swift

class AWSChimeSDKIdentityCreateAppInstanceAdminRequest
  • The ARN of the administrator of the current AppInstance.

    Declaration

    Objective-C

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

    Swift

    var appInstanceAdminArn: String? { get set }
  • The ARN of the AppInstance.

    Declaration

    Objective-C

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

    Swift

    var appInstanceArn: String? { get set }