/AWS1/CL_AMPDSCSCRAPERLOGCON01¶
DescribeScraperLoggingConfigurationResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
io_status
TYPE REF TO /AWS1/CL_AMPSCRAPERLOGCONFSTAT
/AWS1/CL_AMPSCRAPERLOGCONFSTAT
¶
The status of the scraper logging configuration.
iv_scraperid
TYPE /AWS1/AMPSCRAPERID
/AWS1/AMPSCRAPERID
¶
The ID of the scraper.
io_loggingdestination
TYPE REF TO /AWS1/CL_AMPSCRAPERLOGGINGDST
/AWS1/CL_AMPSCRAPERLOGGINGDST
¶
The destination where scraper logs are sent.
it_scrapercomponents
TYPE /AWS1/CL_AMPSCRAPERCOMPONENT=>TT_SCRAPERCOMPONENTS
TT_SCRAPERCOMPONENTS
¶
The list of scraper components configured for logging.
iv_modifiedat
TYPE /AWS1/AMPTIMESTAMP
/AWS1/AMPTIMESTAMP
¶
The date and time when the logging configuration was last modified.
Queryable Attributes¶
status¶
The status of the scraper logging configuration.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS |
scraperId¶
The ID of the 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 |
loggingDestination¶
The destination where scraper logs are sent.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LOGGINGDESTINATION() |
Getter for LOGGINGDESTINATION |
scraperComponents¶
The list of scraper components configured for logging.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCRAPERCOMPONENTS() |
Getter for SCRAPERCOMPONENTS, with configurable default |
ASK_SCRAPERCOMPONENTS() |
Getter for SCRAPERCOMPONENTS w/ exceptions if field has no v |
HAS_SCRAPERCOMPONENTS() |
Determine if SCRAPERCOMPONENTS has a value |
modifiedAt¶
The date and time when the logging configuration was last modified.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MODIFIEDAT() |
Getter for MODIFIEDAT, with configurable default |
ASK_MODIFIEDAT() |
Getter for MODIFIEDAT w/ exceptions if field has no value |
HAS_MODIFIEDAT() |
Determine if MODIFIEDAT has a value |