Skip to content

/AWS1/CL_DETGRAPH

A behavior graph in Detective.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_arn TYPE /AWS1/DETGRAPHARN /AWS1/DETGRAPHARN

The ARN of the behavior graph.

iv_createdtime TYPE /AWS1/DETTIMESTAMP /AWS1/DETTIMESTAMP

The date and time that the behavior graph was created. The value is an ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.


Queryable Attributes

Arn

The ARN of the behavior graph.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

CreatedTime

The date and time that the behavior graph was created. The value is an ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.

Accessible with the following methods

Method Description
GET_CREATEDTIME() Getter for CREATEDTIME, with configurable default
ASK_CREATEDTIME() Getter for CREATEDTIME w/ exceptions if field has no value
HAS_CREATEDTIME() Determine if CREATEDTIME has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_GRAPHLIST

TYPES TT_GRAPHLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DETGRAPH WITH DEFAULT KEY
.