Skip to content

/AWS1/CL_ACMLISTCRTDOMVLDTSRSP

ListCertificateDomainValidationsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_domainvldtnsummarylist TYPE /AWS1/CL_ACMDOMAINVLDTNSUMMARY=>TT_DOMAINVALIDATIONSUMMARYLIST TT_DOMAINVALIDATIONSUMMARYLIST

A list of DomainValidationSummary objects, one for each domain on the certificate. Each object contains the domain name and its active and requested validation configurations.

iv_nexttoken TYPE /AWS1/ACMNEXTTOKEN /AWS1/ACMNEXTTOKEN

If the number of results exceeds MaxItems, this token is included in the response. Use this token in a subsequent ListCertificateDomainValidations request to retrieve the next page of results.


Queryable Attributes

DomainValidationSummaryList

A list of DomainValidationSummary objects, one for each domain on the certificate. Each object contains the domain name and its active and requested validation configurations.

Accessible with the following methods

Method Description
GET_DOMAINVLDTNSUMMARYLIST() Getter for DOMAINVALIDATIONSUMMARYLIST, with configurable de
ASK_DOMAINVLDTNSUMMARYLIST() Getter for DOMAINVALIDATIONSUMMARYLIST w/ exceptions if fiel
HAS_DOMAINVLDTNSUMMARYLIST() Determine if DOMAINVALIDATIONSUMMARYLIST has a value

NextToken

If the number of results exceeds MaxItems, this token is included in the response. Use this token in a subsequent ListCertificateDomainValidations request to retrieve the next page of results.

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