codeguruprofiler_get_findings_report_account_summary {paws.developer.tools} | R Documentation |
Returns a list of FindingsReportSummary objects that contain analysis
results for all profiling groups in your AWS account
Description
Returns a list of FindingsReportSummary
objects that contain analysis results for all profiling groups in your AWS account.
See https://www.paws-r-sdk.com/docs/codeguruprofiler_get_findings_report_account_summary/ for full documentation.
Usage
codeguruprofiler_get_findings_report_account_summary(
dailyReportsOnly = NULL,
maxResults = NULL,
nextToken = NULL
)
Arguments
dailyReportsOnly |
A Boolean value indicating whether to only return reports from daily
profiles. If set to True , only analysis data from daily profiles is
returned. If set to False , analysis data is returned from smaller time
windows (for example, one hour).
|
maxResults |
The maximum number of results returned by
get_findings_report_account_summary
in paginated output. When this parameter is used,
get_findings_report_account_summary
only returns maxResults results in a single page along with a
nextToken response element. The remaining results of the initial
request can be seen by sending another
get_findings_report_account_summary
request with the returned nextToken value.
|
nextToken |
The nextToken value returned from a previous paginated
get_findings_report_account_summary
request where maxResults was used and the results exceeded the value
of that parameter. Pagination continues from the end of the previous
results that returned the nextToken value.
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.
|
[Package
paws.developer.tools version 0.7.0
Index]