/AWS1/CL_IVCLISTLOGCONFSRSP¶
ListLoggingConfigurationsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_loggingconfigurations TYPE /AWS1/CL_IVCLOGGINGCONFSUMMARY=>TT_LOGGINGCONFIGURATIONLIST TT_LOGGINGCONFIGURATIONLIST¶
List of the matching logging configurations (summary information only). There is only one type of destination (
cloudWatchLogs,firehose, ors3) in adestinationConfiguration.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IVCPAGINATIONTOKEN /AWS1/IVCPAGINATIONTOKEN¶
If there are more logging configurations than
maxResults, usenextTokenin the request to get the next set.
Queryable Attributes¶
loggingConfigurations¶
List of the matching logging configurations (summary information only). There is only one type of destination (
cloudWatchLogs,firehose, ors3) in adestinationConfiguration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGINGCONFIGURATIONS() |
Getter for LOGGINGCONFIGURATIONS, with configurable default |
ASK_LOGGINGCONFIGURATIONS() |
Getter for LOGGINGCONFIGURATIONS w/ exceptions if field has |
HAS_LOGGINGCONFIGURATIONS() |
Determine if LOGGINGCONFIGURATIONS has a value |
nextToken¶
If there are more logging configurations than
maxResults, usenextTokenin the request to get the next set.
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 |