Skip to content

/AWS1/CL_FMSAPPSLISTDATASUMM

Details of the Firewall Manager applications list.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_LISTARN TYPE /AWS1/FMSRESOURCEARN /AWS1/FMSRESOURCEARN

The Amazon Resource Name (ARN) of the applications list.

IV_LISTID TYPE /AWS1/FMSLISTID /AWS1/FMSLISTID

The ID of the applications list.

IV_LISTNAME TYPE /AWS1/FMSRESOURCENAME /AWS1/FMSRESOURCENAME

The name of the applications list.

IT_APPSLIST TYPE /AWS1/CL_FMSAPP=>TT_APPSLIST TT_APPSLIST

An array of App objects in the Firewall Manager applications list.


Queryable Attributes

ListArn

The Amazon Resource Name (ARN) of the applications list.

Accessible with the following methods

Method Description
GET_LISTARN() Getter for LISTARN, with configurable default
ASK_LISTARN() Getter for LISTARN w/ exceptions if field has no value
HAS_LISTARN() Determine if LISTARN has a value

ListId

The ID of the applications list.

Accessible with the following methods

Method Description
GET_LISTID() Getter for LISTID, with configurable default
ASK_LISTID() Getter for LISTID w/ exceptions if field has no value
HAS_LISTID() Determine if LISTID has a value

ListName

The name of the applications list.

Accessible with the following methods

Method Description
GET_LISTNAME() Getter for LISTNAME, with configurable default
ASK_LISTNAME() Getter for LISTNAME w/ exceptions if field has no value
HAS_LISTNAME() Determine if LISTNAME has a value

AppsList

An array of App objects in the Firewall Manager applications list.

Accessible with the following methods

Method Description
GET_APPSLIST() Getter for APPSLIST, with configurable default
ASK_APPSLIST() Getter for APPSLIST w/ exceptions if field has no value
HAS_APPSLIST() Determine if APPSLIST 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_APPSLISTSDATA

TYPES TT_APPSLISTSDATA TYPE STANDARD TABLE OF REF TO /AWS1/CL_FMSAPPSLISTDATASUMM WITH DEFAULT KEY
.