AWSChimeSDKIdentityAppInstanceUserSummary

Objective-C

@interface AWSChimeSDKIdentityAppInstanceUserSummary

Swift

class AWSChimeSDKIdentityAppInstanceUserSummary

Summary of the details of an AppInstanceUser.

  • The ARN of the AppInstanceUser.

    Declaration

    Objective-C

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

    Swift

    var appInstanceUserArn: String? { get set }
  • The metadata of the AppInstanceUser.

    Declaration

    Objective-C

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

    Swift

    var metadata: String? { get set }
  • The name of an AppInstanceUser.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }