/AWS1/CL_EMRGETONCLSTAPPUIPS01¶
GetOnClusterAppUIPresignedURLOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_presignedurlready TYPE /AWS1/EMRBOOLEAN /AWS1/EMRBOOLEAN¶
Used to determine if the presigned URL is ready.
iv_presignedurl TYPE /AWS1/EMRXMLSTRING /AWS1/EMRXMLSTRING¶
The cluster's generated presigned URL.
Queryable Attributes¶
PresignedURLReady¶
Used to determine if the presigned URL is ready.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRESIGNEDURLREADY() |
Getter for PRESIGNEDURLREADY, with configurable default |
ASK_PRESIGNEDURLREADY() |
Getter for PRESIGNEDURLREADY w/ exceptions if field has no v |
HAS_PRESIGNEDURLREADY() |
Determine if PRESIGNEDURLREADY has a value |
PresignedURL¶
The cluster's generated presigned URL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRESIGNEDURL() |
Getter for PRESIGNEDURL, with configurable default |
ASK_PRESIGNEDURL() |
Getter for PRESIGNEDURL w/ exceptions if field has no value |
HAS_PRESIGNEDURL() |
Determine if PRESIGNEDURL has a value |