Skip to content

/AWS1/CL_IOTLISTTHINGTYPESRSP

The output for the ListThingTypes operation.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_THINGTYPES TYPE /AWS1/CL_IOTTHINGTYPEDEFN=>TT_THINGTYPELIST TT_THINGTYPELIST

The thing types.

IV_NEXTTOKEN TYPE /AWS1/IOTNEXTTOKEN /AWS1/IOTNEXTTOKEN

The token for the next set of results. Will not be returned if operation has returned all results.


Queryable Attributes

thingTypes

The thing types.

Accessible with the following methods

Method Description
GET_THINGTYPES() Getter for THINGTYPES, with configurable default
ASK_THINGTYPES() Getter for THINGTYPES w/ exceptions if field has no value
HAS_THINGTYPES() Determine if THINGTYPES has a value

nextToken

The token for the next set of results. Will not be returned if operation has returned all 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