AWSChimeSDKIdentityCreateAppInstanceResponse

Objective-C

@interface AWSChimeSDKIdentityCreateAppInstanceResponse

Swift

class AWSChimeSDKIdentityCreateAppInstanceResponse
  • The Amazon Resource Number (ARN) of the AppInstance.

    Declaration

    Objective-C

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

    Swift

    var appInstanceArn: String? { get set }