/AWS1/CL_AMPUPDATESCRAPERRSP¶
UpdateScraperResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_scraperid TYPE /AWS1/AMPSCRAPERID /AWS1/AMPSCRAPERID¶
The ID of the updated scraper.
iv_arn TYPE /AWS1/AMPSCRAPERARN /AWS1/AMPSCRAPERARN¶
The Amazon Resource Name (ARN) of the updated scraper.
io_status TYPE REF TO /AWS1/CL_AMPSCRAPERSTATUS /AWS1/CL_AMPSCRAPERSTATUS¶
A structure that displays the current status of the scraper.
Optional arguments:¶
it_tags TYPE /AWS1/CL_AMPTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The list of tag keys and values that are associated with the scraper.
Queryable Attributes¶
scraperId¶
The ID of the updated scraper.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCRAPERID() |
Getter for SCRAPERID, with configurable default |
ASK_SCRAPERID() |
Getter for SCRAPERID w/ exceptions if field has no value |
HAS_SCRAPERID() |
Determine if SCRAPERID has a value |
arn¶
The Amazon Resource Name (ARN) of the updated scraper.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
status¶
A structure that displays the current status of the scraper.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |
tags¶
The list of tag keys and values that are associated with the scraper.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |