AWSConnectUserReference

Objective-C

@interface AWSConnectUserReference

Swift

class AWSConnectUserReference

Information about the user.

  • arn

    The Amazon Resource Name (ARN) for the user.

    Declaration

    Objective-C

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

    Swift

    var arn: String? { get set }
  • The unique identifier for the user.

    Declaration

    Objective-C

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

    Swift

    var identifier: String? { get set }