Skip to content

/AWS1/CL_IOTLISTCERTPVDRSRSP

ListCertificateProvidersResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_CERTIFICATEPROVIDERS TYPE /AWS1/CL_IOTCERTPVDRSUMMARY=>TT_CERTIFICATEPROVIDERS TT_CERTIFICATEPROVIDERS

The list of certificate providers in your Amazon Web Services account.

IV_NEXTTOKEN TYPE /AWS1/IOTMARKER /AWS1/IOTMARKER

The token for the next set of results, or null if there are no more results.


Queryable Attributes

certificateProviders

The list of certificate providers in your Amazon Web Services account.

Accessible with the following methods

Method Description
GET_CERTIFICATEPROVIDERS() Getter for CERTIFICATEPROVIDERS, with configurable default
ASK_CERTIFICATEPROVIDERS() Getter for CERTIFICATEPROVIDERS w/ exceptions if field has n
HAS_CERTIFICATEPROVIDERS() Determine if CERTIFICATEPROVIDERS has a value

nextToken

The token for the next set of results, or null if there are no more 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