List Resource Types
| ram_list_resource_types | R Documentation | 
Lists the resource types that can be shared by RAM¶
Description¶
Lists the resource types that can be shared by RAM.
Usage¶
ram_list_resource_types(nextToken, maxResults, resourceRegionScope)
Arguments¶
| nextToken | Specifies that you want to receive the next page of results.
Valid only if you received a  | 
| maxResults | Specifies the total number of results that you want included on
each page of the response. If you do not include this parameter, it
defaults to a value that is specific to the operation. If additional
items exist beyond the number you specify, the  | 
| resourceRegionScope | Specifies that you want the results to include only resources that have the specified scope. 
 The default value is  | 
Value¶
A list with the following syntax:
list(
  resourceTypes = list(
    list(
      resourceType = "string",
      serviceName = "string",
      resourceRegionScope = "REGIONAL"|"GLOBAL"
    )
  ),
  nextToken = "string"
)
Request syntax¶
svc$list_resource_types(
  nextToken = "string",
  maxResults = 123,
  resourceRegionScope = "ALL"|"REGIONAL"|"GLOBAL"
)