List Target Resource Types
fis_list_target_resource_types | R Documentation |
Lists the target resource types¶
Description¶
Lists the target resource types.
Usage¶
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
value.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"
)