servicecatalog_list_resources_for_tag_option {paws.management} | R Documentation |
Lists the resources associated with the specified TagOption
Description
Lists the resources associated with the specified TagOption.
See https://www.paws-r-sdk.com/docs/servicecatalog_list_resources_for_tag_option/ for full documentation.
Usage
servicecatalog_list_resources_for_tag_option(
TagOptionId,
ResourceType = NULL,
PageSize = NULL,
PageToken = NULL
)
Arguments
TagOptionId |
[required] The TagOption identifier. |
ResourceType |
The resource type.
|
PageSize |
The maximum number of items to return with this call. |
PageToken |
The page token for the next set of results. To retrieve the first set of results, use null. |
[Package paws.management version 0.9.0 Index]