Skip to content

/AWS1/CL_IOTLISTACTIVEVIOSRSP

ListActiveViolationsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_ACTIVEVIOLATIONS TYPE /AWS1/CL_IOTACTIVEVIOLATION=>TT_ACTIVEVIOLATIONS TT_ACTIVEVIOLATIONS

The list of active violations.

IV_NEXTTOKEN TYPE /AWS1/IOTNEXTTOKEN /AWS1/IOTNEXTTOKEN

A token that can be used to retrieve the next set of results, or null if there are no additional results.


Queryable Attributes

activeViolations

The list of active violations.

Accessible with the following methods

Method Description
GET_ACTIVEVIOLATIONS() Getter for ACTIVEVIOLATIONS, with configurable default
ASK_ACTIVEVIOLATIONS() Getter for ACTIVEVIOLATIONS w/ exceptions if field has no va
HAS_ACTIVEVIOLATIONS() Determine if ACTIVEVIOLATIONS has a value

nextToken

A token that can be used to retrieve the next set of results, or null if there are no additional 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