/AWS1/CL_WKRDELETESECGROUPRSP¶
DeleteSecurityGroupResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_message TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
A message indicating the result of the security group deletion operation.
iv_networkid TYPE /AWS1/WKRNETWORKID /AWS1/WKRNETWORKID¶
The ID of the network from which the security group was deleted.
iv_groupid TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The ID of the security group that was deleted.
Queryable Attributes¶
message¶
A message indicating the result of the security group deletion operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
networkId¶
The ID of the network from which the security group was deleted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKID() |
Getter for NETWORKID, with configurable default |
ASK_NETWORKID() |
Getter for NETWORKID w/ exceptions if field has no value |
HAS_NETWORKID() |
Determine if NETWORKID has a value |
groupId¶
The ID of the security group that was deleted.
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 |