/AWS1/CL_FRMLISTIMPORTSOUTPUT¶
ListImportsOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_imports
TYPE /AWS1/CL_FRMIMPORTS_W=>TT_IMPORTS
TT_IMPORTS
¶
A list of stack names that are importing the specified exported output value.
iv_nexttoken
TYPE /AWS1/FRMNEXTTOKEN
/AWS1/FRMNEXTTOKEN
¶
A string that identifies the next page of exports. If there is no additional page, this value is null.
Queryable Attributes¶
Imports¶
A list of stack names that are importing the specified exported output value.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IMPORTS() |
Getter for IMPORTS, with configurable default |
ASK_IMPORTS() |
Getter for IMPORTS w/ exceptions if field has no value |
HAS_IMPORTS() |
Determine if IMPORTS has a value |
NextToken¶
A string that identifies the next page of exports. If there is no additional page, this value is null.
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 |