/AWS1/CL_ACALISTTMPLSRESPONSE¶
ListTemplatesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_templates TYPE /AWS1/CL_ACATEMPLATESUMMARY=>TT_TEMPLATELIST TT_TEMPLATELIST¶
Custom configuration templates used when issuing a certificate.
iv_nexttoken TYPE /AWS1/ACANEXTTOKEN /AWS1/ACANEXTTOKEN¶
Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the
NextTokenparameter from the response you just received.
Queryable Attributes¶
Templates¶
Custom configuration templates used when issuing a certificate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATES() |
Getter for TEMPLATES, with configurable default |
ASK_TEMPLATES() |
Getter for TEMPLATES w/ exceptions if field has no value |
HAS_TEMPLATES() |
Determine if TEMPLATES has a value |
NextToken¶
Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the
NextTokenparameter from the response you just received.
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 |