AWSChimeSDKIdentityCreateAppInstanceRequest

Objective-C

@interface AWSChimeSDKIdentityCreateAppInstanceRequest

Swift

class AWSChimeSDKIdentityCreateAppInstanceRequest
  • The unique ID of the request. Use different tokens to create different AppInstances.

    Declaration

    Objective-C

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

    Swift

    var clientRequestToken: String? { get set }
  • The metadata of the AppInstance. Limited to a 1KB string in UTF-8.

    Declaration

    Objective-C

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

    Swift

    var metadata: String? { get set }
  • The name of the AppInstance.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }
  • Tags assigned to the AppInstance.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSChimeSDKIdentityTag *> *_Nullable tags;

    Swift

    var tags: [AWSChimeSDKIdentityTag]? { get set }