Skip to content

/AWS1/CL_CNTCREATEATTFILERSP

Response from CreateAttachedFile API.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_filearn TYPE /AWS1/CNTARN /AWS1/CNTARN

The unique identifier of the attached file resource (ARN).

iv_fileid TYPE /AWS1/CNTFILEID /AWS1/CNTFILEID

The unique identifier of the attached file resource.

iv_creationtime TYPE /AWS1/CNTISO8601DATETIME /AWS1/CNTISO8601DATETIME

The time of Creation of the file resource as an ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2024-05-03T02:41:28.172Z.

iv_filestatus TYPE /AWS1/CNTFILESTATUSTYPE /AWS1/CNTFILESTATUSTYPE

The current status of the attached file. Valid values: PROCESSING | APPROVED | REJECTED | FAILED.


Queryable Attributes

FileArn

The unique identifier of the attached file resource (ARN).

Accessible with the following methods

Method Description
GET_FILEARN() Getter for FILEARN, with configurable default
ASK_FILEARN() Getter for FILEARN w/ exceptions if field has no value
HAS_FILEARN() Determine if FILEARN has a value

FileId

The unique identifier of the attached file resource.

Accessible with the following methods

Method Description
GET_FILEID() Getter for FILEID, with configurable default
ASK_FILEID() Getter for FILEID w/ exceptions if field has no value
HAS_FILEID() Determine if FILEID has a value

CreationTime

The time of Creation of the file resource as an ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2024-05-03T02:41:28.172Z.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME has a value

FileStatus

The current status of the attached file. Valid values: PROCESSING | APPROVED | REJECTED | FAILED.

Accessible with the following methods

Method Description
GET_FILESTATUS() Getter for FILESTATUS, with configurable default
ASK_FILESTATUS() Getter for FILESTATUS w/ exceptions if field has no value
HAS_FILESTATUS() Determine if FILESTATUS has a value