Skip to content

/AWS1/CL_GDYSECURITYGROUP

Contains information about the security groups associated with the EC2 instance.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_groupid TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The security group ID of the EC2 instance.

iv_groupname TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The security group name of the EC2 instance.


Queryable Attributes

GroupId

The security group ID of the EC2 instance.

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 security group name of the EC2 instance.

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_SECURITYGROUPS

TYPES TT_SECURITYGROUPS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYSECURITYGROUP WITH DEFAULT KEY
.