Skip to content

/AWS1/CL_NEPEVENT

This data type is used as a response element in the DescribeEvents action.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_SOURCEIDENTIFIER TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING

Provides the identifier for the source of the event.

IV_SOURCETYPE TYPE /AWS1/NEPSOURCETYPE /AWS1/NEPSOURCETYPE

Specifies the source type for this event.

IV_MESSAGE TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING

Provides the text of this event.

IT_EVENTCATEGORIES TYPE /AWS1/CL_NEPEVENTCATSLIST_W=>TT_EVENTCATEGORIESLIST TT_EVENTCATEGORIESLIST

Specifies the category for the event.

IV_DATE TYPE /AWS1/NEPTSTAMP /AWS1/NEPTSTAMP

Specifies the date and time of the event.

IV_SOURCEARN TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING

The Amazon Resource Name (ARN) for the event.


Queryable Attributes

SourceIdentifier

Provides the identifier for the source of the event.

Accessible with the following methods

Method Description
GET_SOURCEIDENTIFIER() Getter for SOURCEIDENTIFIER, with configurable default
ASK_SOURCEIDENTIFIER() Getter for SOURCEIDENTIFIER w/ exceptions if field has no va
HAS_SOURCEIDENTIFIER() Determine if SOURCEIDENTIFIER has a value

SourceType

Specifies the source type for this event.

Accessible with the following methods

Method Description
GET_SOURCETYPE() Getter for SOURCETYPE, with configurable default
ASK_SOURCETYPE() Getter for SOURCETYPE w/ exceptions if field has no value
HAS_SOURCETYPE() Determine if SOURCETYPE has a value

Message

Provides the text of this event.

Accessible with the following methods

Method Description
GET_MESSAGE() Getter for MESSAGE, with configurable default
ASK_MESSAGE() Getter for MESSAGE w/ exceptions if field has no value
HAS_MESSAGE() Determine if MESSAGE has a value

EventCategories

Specifies the category for the event.

Accessible with the following methods

Method Description
GET_EVENTCATEGORIES() Getter for EVENTCATEGORIES, with configurable default
ASK_EVENTCATEGORIES() Getter for EVENTCATEGORIES w/ exceptions if field has no val
HAS_EVENTCATEGORIES() Determine if EVENTCATEGORIES has a value

Date

Specifies the date and time of the event.

Accessible with the following methods

Method Description
GET_DATE() Getter for DATE, with configurable default
ASK_DATE() Getter for DATE w/ exceptions if field has no value
HAS_DATE() Determine if DATE has a value

SourceArn

The Amazon Resource Name (ARN) for the event.

Accessible with the following methods

Method Description
GET_SOURCEARN() Getter for SOURCEARN, with configurable default
ASK_SOURCEARN() Getter for SOURCEARN w/ exceptions if field has no value
HAS_SOURCEARN() Determine if SOURCEARN 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_EVENTLIST

TYPES TT_EVENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NEPEVENT WITH DEFAULT KEY
.