/AWS1/CL_DAXDESCRPARAMGRPSRSP¶
DescribeParameterGroupsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/DAXSTRING /AWS1/DAXSTRING¶
Provides an identifier to allow retrieval of paginated results.
it_parametergroups TYPE /AWS1/CL_DAXPARAMETERGROUP=>TT_PARAMETERGROUPLIST TT_PARAMETERGROUPLIST¶
An array of parameter groups. Each element in the array represents one parameter 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 |
ParameterGroups¶
An array of parameter groups. Each element in the array represents one parameter group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERGROUPS() |
Getter for PARAMETERGROUPS, with configurable default |
ASK_PARAMETERGROUPS() |
Getter for PARAMETERGROUPS w/ exceptions if field has no val |
HAS_PARAMETERGROUPS() |
Determine if PARAMETERGROUPS has a value |