Skip to content

/AWS1/CL_SAGLISTTHREATSOUTPUT

Output for the ListThreats operation.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_threats TYPE /AWS1/CL_SAGTHREATSUMMARY=>TT_THREATSUMMARYLIST TT_THREATSUMMARYLIST

The list of threat summaries.

iv_nexttoken TYPE /AWS1/SAGNEXTTOKEN /AWS1/SAGNEXTTOKEN

A token to use for paginating results that are returned in the response.


Queryable Attributes

threats

The list of threat summaries.

Accessible with the following methods

Method Description
GET_THREATS() Getter for THREATS, with configurable default
ASK_THREATS() Getter for THREATS w/ exceptions if field has no value
HAS_THREATS() Determine if THREATS has a value

nextToken

A token to use for paginating results that are returned in the response.

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