/AWS1/CL_SGMLISTCLUSTEVENTSRSP¶
ListClusterEventsResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/SGMNEXTTOKEN
/AWS1/SGMNEXTTOKEN
¶
A token to retrieve the next set of results. Include this token in subsequent
ListClusterEvents
calls to fetch more events.
it_events
TYPE /AWS1/CL_SGMCLUSTEVENTSUMMARY=>TT_CLUSTEREVENTSUMMARIES
TT_CLUSTEREVENTSUMMARIES
¶
A list of event summaries matching the specified criteria.
Queryable Attributes¶
NextToken¶
A token to retrieve the next set of results. Include this token in subsequent
ListClusterEvents
calls to fetch more events.
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 |
Events¶
A list of event summaries matching the specified criteria.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EVENTS() |
Getter for EVENTS, with configurable default |
ASK_EVENTS() |
Getter for EVENTS w/ exceptions if field has no value |
HAS_EVENTS() |
Determine if EVENTS has a value |