/AWS1/CL_EC2SECGROUPRULEUPDATE¶
Describes an update to a security group rule.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_SECURITYGROUPRULEID
TYPE /AWS1/EC2SECURITYGROUPRULEID
/AWS1/EC2SECURITYGROUPRULEID
¶
The ID of the security group rule.
Optional arguments:¶
IO_SECURITYGROUPRULE
TYPE REF TO /AWS1/CL_EC2SECGROUPRULEREQ
/AWS1/CL_EC2SECGROUPRULEREQ
¶
Information about the security group rule.
Queryable Attributes¶
SecurityGroupRuleId¶
The ID of the security group rule.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SECURITYGROUPRULEID() |
Getter for SECURITYGROUPRULEID, with configurable default |
ASK_SECURITYGROUPRULEID() |
Getter for SECURITYGROUPRULEID w/ exceptions if field has no |
HAS_SECURITYGROUPRULEID() |
Determine if SECURITYGROUPRULEID has a value |
SecurityGroupRule¶
Information about the security group rule.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SECURITYGROUPRULE() |
Getter for SECURITYGROUPRULE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SECURITYGROUPRULEUPDATELIST
¶
TYPES TT_SECURITYGROUPRULEUPDATELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2SECGROUPRULEUPDATE WITH DEFAULT KEY
.