View source: R/codeguruprofiler_operations.R
codeguruprofiler_list_profile_times | R Documentation |
Lists the start times of the available aggregated profiles of a profiling group for an aggregation period within the specified time range.
See https://www.paws-r-sdk.com/docs/codeguruprofiler_list_profile_times/ for full documentation.
codeguruprofiler_list_profile_times(
endTime,
maxResults = NULL,
nextToken = NULL,
orderBy = NULL,
period,
profilingGroupName,
startTime
)
endTime |
[required] The end time of the time range from which to list the profiles. |
maxResults |
The maximum number of profile time 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. |
orderBy |
The order (ascending or descending by start time of the profile) to use
when listing profiles. Defaults to |
period |
[required] The aggregation period. This specifies the period during which an aggregation profile collects posted agent profiles for a profiling group. There are 3 valid values.
|
profilingGroupName |
[required] The name of the profiling group. |
startTime |
[required] The start time of the time range from which to list the profiles. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.