/AWS1/CL_EVSGETDEPOTURLRSP¶
GetDepotUrlResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_depoturl TYPE /AWS1/EVSSTRING /AWS1/EVSSTRING¶
The URL for accessing the Amazon EVS Custom Addon depot. This URL includes the authentication token as a path component.
iv_token TYPE /AWS1/EVSSTRING /AWS1/EVSSTRING¶
The authentication token for depot access. This token is included in the depot URL and is used to authenticate requests.
Queryable Attributes¶
depotUrl¶
The URL for accessing the Amazon EVS Custom Addon depot. This URL includes the authentication token as a path component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPOTURL() |
Getter for DEPOTURL, with configurable default |
ASK_DEPOTURL() |
Getter for DEPOTURL w/ exceptions if field has no value |
HAS_DEPOTURL() |
Determine if DEPOTURL has a value |
token¶
The authentication token for depot access. This token is included in the depot URL and is used to authenticate requests.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOKEN() |
Getter for TOKEN, with configurable default |
ASK_TOKEN() |
Getter for TOKEN w/ exceptions if field has no value |
HAS_TOKEN() |
Determine if TOKEN has a value |