/AWS1/CL_DAXDESCRSNETGROUPSRSP¶
DescribeSubnetGroupsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/DAXSTRING /AWS1/DAXSTRING¶
Provides an identifier to allow retrieval of paginated results.
it_subnetgroups TYPE /AWS1/CL_DAXSUBNETGROUP=>TT_SUBNETGROUPLIST TT_SUBNETGROUPLIST¶
An array of subnet groups. Each element in the array represents a single subnet group.
Queryable Attributes¶
NextToken¶
Provides an identifier to allow retrieval of paginated 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 |
SubnetGroups¶
An array of subnet groups. Each element in the array represents a single subnet group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBNETGROUPS() |
Getter for SUBNETGROUPS, with configurable default |
ASK_SUBNETGROUPS() |
Getter for SUBNETGROUPS w/ exceptions if field has no value |
HAS_SUBNETGROUPS() |
Determine if SUBNETGROUPS has a value |