Skip to content

/AWS1/CL_EC2CREATESECGROUPRSLT

CreateSecurityGroupResult

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_GROUPID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The ID of the security group.

IT_TAGS TYPE /AWS1/CL_EC2TAG=>TT_TAGLIST TT_TAGLIST

The tags assigned to 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

Tags

The tags assigned to the security group.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value