/AWS1/CL_WKRLISTSECGROUPSRSP¶
ListSecurityGroupsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_securitygroups TYPE /AWS1/CL_WKRSECURITYGROUP=>TT_SECURITYGROUPLIST TT_SECURITYGROUPLIST¶
A list of security group objects in the current page.
iv_nexttoken TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The token to use for retrieving the next page of results. If this is not present, there are no more results.
Queryable Attributes¶
securityGroups¶
A list of security group objects in the current page.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECURITYGROUPS() |
Getter for SECURITYGROUPS, with configurable default |
ASK_SECURITYGROUPS() |
Getter for SECURITYGROUPS w/ exceptions if field has no valu |
HAS_SECURITYGROUPS() |
Determine if SECURITYGROUPS has a value |
nextToken¶
The token to use for retrieving the next page of results. If this is not present, there are no more results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |