/AWS1/CL_GUPLSTPROFILINGGRSRSP¶
The structure representing the listProfilingGroupsResponse.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_profilinggroupnames TYPE /AWS1/CL_GUPPROFILINGGRNAMES_W=>TT_PROFILINGGROUPNAMES TT_PROFILINGGROUPNAMES¶
A returned list of profiling group names. A list of the names is returned only if
includeDescriptionisfalse, otherwise a list ofProfilingGroupDescriptionobjects is returned.
Optional arguments:¶
it_profilinggroups TYPE /AWS1/CL_GUPPROFILINGGROUPDESC=>TT_PROFILINGGROUPDESCRIPTIONS TT_PROFILINGGROUPDESCRIPTIONS¶
A returned list
ProfilingGroupDescriptionobjects. A list ofProfilingGroupDescriptionobjects is returned only ifincludeDescriptionistrue, otherwise a list of profiling group names is returned.
iv_nexttoken TYPE /AWS1/GUPPAGINATIONTOKEN /AWS1/GUPPAGINATIONTOKEN¶
The
nextTokenvalue to include in a futureListProfilingGroupsrequest. When the results of aListProfilingGroupsrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
Queryable Attributes¶
profilingGroupNames¶
A returned list of profiling group names. A list of the names is returned only if
includeDescriptionisfalse, otherwise a list ofProfilingGroupDescriptionobjects is returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILINGGROUPNAMES() |
Getter for PROFILINGGROUPNAMES, with configurable default |
ASK_PROFILINGGROUPNAMES() |
Getter for PROFILINGGROUPNAMES w/ exceptions if field has no |
HAS_PROFILINGGROUPNAMES() |
Determine if PROFILINGGROUPNAMES has a value |
profilingGroups¶
A returned list
ProfilingGroupDescriptionobjects. A list ofProfilingGroupDescriptionobjects is returned only ifincludeDescriptionistrue, otherwise a list of profiling group names is returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILINGGROUPS() |
Getter for PROFILINGGROUPS, with configurable default |
ASK_PROFILINGGROUPS() |
Getter for PROFILINGGROUPS w/ exceptions if field has no val |
HAS_PROFILINGGROUPS() |
Determine if PROFILINGGROUPS has a value |
nextToken¶
The
nextTokenvalue to include in a futureListProfilingGroupsrequest. When the results of aListProfilingGroupsrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
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 |