/AWS1/CL_CNTUPDATTFILESCONFRSP¶
UpdateAttachedFilesConfigurationResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_instanceid TYPE /AWS1/CNTINSTANCEID /AWS1/CNTINSTANCEID¶
The identifier of the Amazon Connect instance.
iv_attachmentscope TYPE /AWS1/CNTATTACHMENTSCOPE /AWS1/CNTATTACHMENTSCOPE¶
The scope of the attachment.
Optional arguments:¶
iv_maximumsizelimitinbytes TYPE /AWS1/CNTMAXSIZELIMITINBYTES /AWS1/CNTMAXSIZELIMITINBYTES¶
The maximum size limit for attached files in bytes.
io_extensionconfiguration TYPE REF TO /AWS1/CL_CNTEXTENSIONCONF /AWS1/CL_CNTEXTENSIONCONF¶
The configuration for allowed file extensions.
iv_lastmodifiedtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
The timestamp when the configuration was last modified.
Queryable Attributes¶
InstanceId¶
The identifier of the Amazon Connect instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCEID() |
Getter for INSTANCEID, with configurable default |
ASK_INSTANCEID() |
Getter for INSTANCEID w/ exceptions if field has no value |
HAS_INSTANCEID() |
Determine if INSTANCEID has a value |
AttachmentScope¶
The scope of the attachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTACHMENTSCOPE() |
Getter for ATTACHMENTSCOPE, with configurable default |
ASK_ATTACHMENTSCOPE() |
Getter for ATTACHMENTSCOPE w/ exceptions if field has no val |
HAS_ATTACHMENTSCOPE() |
Determine if ATTACHMENTSCOPE has a value |
MaximumSizeLimitInBytes¶
The maximum size limit for attached files in bytes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXIMUMSIZELIMITINBYTES() |
Getter for MAXIMUMSIZELIMITINBYTES, with configurable defaul |
ASK_MAXIMUMSIZELIMITINBYTES() |
Getter for MAXIMUMSIZELIMITINBYTES w/ exceptions if field ha |
HAS_MAXIMUMSIZELIMITINBYTES() |
Determine if MAXIMUMSIZELIMITINBYTES has a value |
ExtensionConfiguration¶
The configuration for allowed file extensions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXTENSIONCONFIGURATION() |
Getter for EXTENSIONCONFIGURATION |
LastModifiedTime¶
The timestamp when the configuration was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |