Lists rule groups namespaces.
See https://www.paws-r-sdk.com/docs/prometheusservice_list_rule_groups_namespaces/ for full documentation.
prometheusservice_list_rule_groups_namespaces(
workspaceId,
name = NULL,
nextToken = NULL,
maxResults = NULL
)
[required] The ID of the workspace.
Optional filter for rule groups namespace name. Only the rule groups namespace that begin with this value will be returned.
Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListRuleGroupsNamespaces request.
Maximum results to return in response (default=100, maximum=1000).