/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
NextToken
value to include in a futureListConfigurationHistory
request. When the results of aListConfigurationHistory
request exceedMaxResults
, this value can be used to retrieve the next page of results. This value isnull
when 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
NextToken
value to include in a futureListConfigurationHistory
request. When the results of aListConfigurationHistory
request exceedMaxResults
, this value can be used to retrieve the next page of results. This value isnull
when 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 |