AWSConnectParticipantAttachmentItem

Objective-C

@interface AWSConnectParticipantAttachmentItem

Swift

class AWSConnectParticipantAttachmentItem

The case-insensitive input to indicate standard MIME type that describes the format of the file that will be uploaded.

  • A unique identifier for the attachment.

    Declaration

    Objective-C

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

    Swift

    var attachmentId: String? { get set }
  • A case-sensitive name of the attachment being uploaded.

    Declaration

    Objective-C

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

    Swift

    var attachmentName: String? { get set }
  • Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.

    Declaration

    Objective-C

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

    Swift

    var contentType: String? { get set }
  • Status of the attachment.

    Declaration

    Objective-C

    @property (nonatomic) AWSConnectParticipantArtifactStatus status;

    Swift

    var status: AWSConnectParticipantArtifactStatus { get set }