AWSChimeSDKIdentityUpdateAppInstanceUserEndpointResponse
Objective-C
@interface AWSChimeSDKIdentityUpdateAppInstanceUserEndpointResponse
Swift
class AWSChimeSDKIdentityUpdateAppInstanceUserEndpointResponse
-
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 }