/AWS1/CL_OAMLISTSINKSOUTPUT¶
ListSinksOutput
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IT_ITEMS
TYPE /AWS1/CL_OAMLISTSINKSITEM=>TT_LISTSINKSITEMS
TT_LISTSINKSITEMS
¶
An array of structures that contain the information about the returned sinks.
Optional arguments:¶
IV_NEXTTOKEN
TYPE /AWS1/OAMSTRING
/AWS1/OAMSTRING
¶
The token to use when requesting the next set of sinks.
Queryable Attributes¶
Items¶
An array of structures that contain the information about the returned sinks.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ITEMS() |
Getter for ITEMS, with configurable default |
ASK_ITEMS() |
Getter for ITEMS w/ exceptions if field has no value |
HAS_ITEMS() |
Determine if ITEMS has a value |
NextToken¶
The token to use when requesting the next set of sinks.
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 |