/AWS1/CL_AINLISTCONFHISTORYRSP¶
ListConfigurationHistoryResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_eventlist TYPE /AWS1/CL_AINCONFIGURATIONEVENT=>TT_CONFIGURATIONEVENTLIST TT_CONFIGURATIONEVENTLIST¶
The list of configuration events and their corresponding details.
iv_nexttoken TYPE /AWS1/AINPAGINATIONTOKEN /AWS1/AINPAGINATIONTOKEN¶
The
NextTokenvalue to include in a futureListConfigurationHistoryrequest. When the results of aListConfigurationHistoryrequest exceedMaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
Queryable Attributes¶
EventList¶
The list of configuration events and their corresponding details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTLIST() |
Getter for EVENTLIST, with configurable default |
ASK_EVENTLIST() |
Getter for EVENTLIST w/ exceptions if field has no value |
HAS_EVENTLIST() |
Determine if EVENTLIST has a value |
NextToken¶
The
NextTokenvalue to include in a futureListConfigurationHistoryrequest. When the results of aListConfigurationHistoryrequest exceedMaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
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 |