List Shared Report Groups
codebuild_list_shared_report_groups | R Documentation |
Gets a list of report groups that are shared with other Amazon Web Services accounts or users¶
Description¶
Gets a list of report groups that are shared with other Amazon Web Services accounts or users.
Usage¶
codebuild_list_shared_report_groups(sortOrder, sortBy, nextToken,
maxResults)
Arguments¶
sortOrder |
The order in which to list shared report groups. Valid values include:
|
sortBy |
The criterion to be used to list report groups shared with the current Amazon Web Services account or user. Valid values include:
|
nextToken |
During a previous call, the maximum number of items that can be
returned is the value specified in |
maxResults |
The maximum number of paginated shared report groups per
response. Use |
Value¶
A list with the following syntax:
list(
nextToken = "string",
reportGroups = list(
"string"
)
)
Request syntax¶
svc$list_shared_report_groups(
sortOrder = "ASCENDING"|"DESCENDING",
sortBy = "ARN"|"MODIFIED_TIME",
nextToken = "string",
maxResults = 123
)