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.

iv_securitygrouparn TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The security group ARN.


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

SecurityGroupArn

The security group ARN.

Accessible with the following methods

Method Description
GET_SECURITYGROUPARN() Getter for SECURITYGROUPARN, with configurable default
ASK_SECURITYGROUPARN() Getter for SECURITYGROUPARN w/ exceptions if field has no va
HAS_SECURITYGROUPARN() Determine if SECURITYGROUPARN has a value