codeguruprofiler_list_profiling_groups {paws.developer.tools} | R Documentation |
Returns a list of profiling groups
Description
Returns a list of profiling groups. The profiling groups are returned as ProfilingGroupDescription
objects.
See https://www.paws-r-sdk.com/docs/codeguruprofiler_list_profiling_groups/ for full documentation.
Usage
codeguruprofiler_list_profiling_groups(
includeDescription = NULL,
maxResults = NULL,
nextToken = NULL
)
Arguments
includeDescription |
A |
maxResults |
The maximum number of profiling groups results returned by
|
nextToken |
The This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes. |