AWSChimeSDKIdentityRegisterAppInstanceUserEndpointResponse

Objective-C

@interface AWSChimeSDKIdentityRegisterAppInstanceUserEndpointResponse

Swift

class AWSChimeSDKIdentityRegisterAppInstanceUserEndpointResponse
  • The ARN of the AppInstanceUser.

    Declaration

    Objective-C

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

    Swift

    var appInstanceUserArn: String? { get set }
  • The unique identifier of the AppInstanceUserEndpoint.

    Declaration

    Objective-C

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

    Swift

    var endpointId: String? { get set }