/AWS1/CL_PRNLISTSVCINSTOUTSOUT¶
ListServiceInstanceOutputsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_outputs TYPE /AWS1/CL_PRNOUTPUT=>TT_OUTPUTSLIST TT_OUTPUTSLIST¶
An array of service instance 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 current requested list of outputs.
Queryable Attributes¶
nextToken¶
A token that indicates the location of the next output in the array of outputs, after the current requested list of outputs.
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 service instance 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 |