List Service Views
| resourceexplorer_list_service_views | R Documentation |
Lists all Resource Explorer service views available in the current Amazon Web Services account¶
Description¶
Lists all Resource Explorer service views available in the current Amazon Web Services account. This operation returns the ARNs of available service views.
Usage¶
resourceexplorer_list_service_views(MaxResults, NextToken)
Arguments¶
MaxResults |
The maximum number of service view results to return in a single
response. Valid values are between |
NextToken |
The pagination token from a previous
|
Value¶
A list with the following syntax:
list(
NextToken = "string",
ServiceViews = list(
"string"
)
)
Request syntax¶
svc$list_service_views(
MaxResults = 123,
NextToken = "string"
)