/AWS1/CL_SGMCREHUBCONTPSGNUR01¶
CreateHubContentPresignedUrlsResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_authorizedurlconfigs
TYPE /AWS1/CL_SGMAUTHORIZEDURL=>TT_AUTHORIZEDURLCONFIGS
TT_AUTHORIZEDURLCONFIGS
¶
An array of authorized URL configurations, each containing a presigned URL and its corresponding local file path for proper file organization during download.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/SGMNEXTTOKEN
/AWS1/SGMNEXTTOKEN
¶
A token for pagination. If present, indicates that more presigned URLs are available. Use this token in a subsequent request to retrieve additional URLs.
Queryable Attributes¶
AuthorizedUrlConfigs¶
An array of authorized URL configurations, each containing a presigned URL and its corresponding local file path for proper file organization during download.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AUTHORIZEDURLCONFIGS() |
Getter for AUTHORIZEDURLCONFIGS, with configurable default |
ASK_AUTHORIZEDURLCONFIGS() |
Getter for AUTHORIZEDURLCONFIGS w/ exceptions if field has n |
HAS_AUTHORIZEDURLCONFIGS() |
Determine if AUTHORIZEDURLCONFIGS has a value |
NextToken¶
A token for pagination. If present, indicates that more presigned URLs are available. Use this token in a subsequent request to retrieve additional URLs.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |