Skip to content

/AWS1/CL_EC2GROUPIDENTIFIER

Describes a security group.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_GROUPID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The ID of the security group.

IV_GROUPNAME TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The name of the security group.


Queryable Attributes

GroupId

The ID of the security group.

Accessible with the following methods

Method Description
GET_GROUPID() Getter for GROUPID, with configurable default
ASK_GROUPID() Getter for GROUPID w/ exceptions if field has no value
HAS_GROUPID() Determine if GROUPID has a value

GroupName

The name of the security group.

Accessible with the following methods

Method Description
GET_GROUPNAME() Getter for GROUPNAME, with configurable default
ASK_GROUPNAME() Getter for GROUPNAME w/ exceptions if field has no value
HAS_GROUPNAME() Determine if GROUPNAME 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_GROUPIDENTIFIERLIST

TYPES TT_GROUPIDENTIFIERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2GROUPIDENTIFIER WITH DEFAULT KEY
.