class Aws::CodeGuruProfiler::Types::ListProfilingGroupsResponse
The structure representing the listProfilingGroupsResponse.
@!attribute [rw] next_token
The `nextToken` value to include in a future `ListProfilingGroups` request. When the results of a `ListProfilingGroups` request exceed `maxResults`, this value can be used to retrieve the next page of results. This value is `null` when there are no more results to return. @return [String]
@!attribute [rw] profiling_group_names
A returned list of profiling group names. A list of the names is returned only if `includeDescription` is `false`, otherwise a list of [ `ProfilingGroupDescription` ][1] objects is returned. [1]: https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_ProfilingGroupDescription.html @return [Array<String>]
@!attribute [rw] profiling_groups
A returned list [ `ProfilingGroupDescription` ][1] objects. A list of [ `ProfilingGroupDescription` ][1] objects is returned only if `includeDescription` is `true`, otherwise a list of profiling group names is returned. [1]: https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_ProfilingGroupDescription.html @return [Array<Types::ProfilingGroupDescription>]
@see docs.aws.amazon.com/goto/WebAPI/codeguruprofiler-2019-07-18/ListProfilingGroupsResponse AWS API Documentation
Constants
- SENSITIVE