/AWS1/CL_RLALSTTRUSTANCHORSRSP¶
ListTrustAnchorsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/RLASTRING /AWS1/RLASTRING¶
A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.
it_trustanchors TYPE /AWS1/CL_RLATRUSTANCHORDETAIL=>TT_TRUSTANCHORDETAILS TT_TRUSTANCHORDETAILS¶
A list of trust anchors.
Queryable Attributes¶
nextToken¶
A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.
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 |
trustAnchors¶
A list of trust anchors.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRUSTANCHORS() |
Getter for TRUSTANCHORS, with configurable default |
ASK_TRUSTANCHORS() |
Getter for TRUSTANCHORS w/ exceptions if field has no value |
HAS_TRUSTANCHORS() |
Determine if TRUSTANCHORS has a value |