View source: R/codebuild_operations.R
codebuild_list_reports_for_report_group | R Documentation |
Returns a list of ARNs for the reports that belong to a ReportGroup
.
See https://www.paws-r-sdk.com/docs/codebuild_list_reports_for_report_group/ for full documentation.
codebuild_list_reports_for_report_group(
reportGroupArn,
nextToken = NULL,
sortOrder = NULL,
maxResults = NULL,
filter = NULL
)
reportGroupArn |
[required] The ARN of the report group for which you want to return report ARNs. |
nextToken |
During a previous call, the maximum number of items that can be returned
is the value specified in |
sortOrder |
Use to specify whether the results are returned in ascending or descending order. |
maxResults |
The maximum number of paginated reports in this report group returned
per response. Use |
filter |
A |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.