/AWS1/CL_PRNLSTCOMPONENTOUTS01¶
ListComponentOutputsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_outputs TYPE /AWS1/CL_PRNOUTPUT=>TT_OUTPUTSLIST TT_OUTPUTSLIST¶
An array of component Infrastructure as Code (IaC) outputs.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/PRNEMPTYNEXTTOKEN /AWS1/PRNEMPTYNEXTTOKEN¶
A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
Queryable Attributes¶
nextToken¶
A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
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 |
outputs¶
An array of component Infrastructure as Code (IaC) outputs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTS() |
Getter for OUTPUTS, with configurable default |
ASK_OUTPUTS() |
Getter for OUTPUTS w/ exceptions if field has no value |
HAS_OUTPUTS() |
Determine if OUTPUTS has a value |