AWSChimeSDKIdentityUpdateAppInstanceUserResponse

Objective-C

@interface AWSChimeSDKIdentityUpdateAppInstanceUserResponse

Swift

class AWSChimeSDKIdentityUpdateAppInstanceUserResponse
  • The ARN of the AppInstanceUser.

    Declaration

    Objective-C

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

    Swift

    var appInstanceUserArn: String? { get set }