Skip to content

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 1 and 50.

NextToken

The pagination token from a previous list_service_views response. Use this token to retrieve the next set of results.

Value

A list with the following syntax:

list(
  NextToken = "string",
  ServiceViews = list(
    "string"
  )
)

Request syntax

svc$list_service_views(
  MaxResults = 123,
  NextToken = "string"
)