List Target Resource Types
fis_list_target_resource_types | R Documentation |
Lists the target resource types¶
Description¶
Lists the target resource types.
Usage¶
fis_list_target_resource_types(maxResults, nextToken)
Arguments¶
maxResults |
The maximum number of results to return with a single call. To
retrieve the remaining results, make another call with the returned
|
nextToken |
The token for the next page of results. |
Value¶
A list with the following syntax:
list(
targetResourceTypes = list(
list(
resourceType = "string",
description = "string"
)
),
nextToken = "string"
)
Request syntax¶
svc$list_target_resource_types(
maxResults = 123,
nextToken = "string"
)