AWSConnectAttachmentReference

Objective-C

@interface AWSConnectAttachmentReference

Swift

class AWSConnectAttachmentReference

Information about a reference when the referenceType is ATTACHMENT. Otherwise, null.

  • Identifier of the attachment reference.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }
  • Status of the attachment reference type.

    Declaration

    Objective-C

    @property (nonatomic) AWSConnectReferenceStatus status;

    Swift

    var status: AWSConnectReferenceStatus { get set }
  • The location path of the attachment reference.

    Declaration

    Objective-C

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

    Swift

    var value: String? { get set }