View source: R/proton_operations.R
proton_list_service_instances | R Documentation |
List service instances with summary data. This action lists service instances of all services in the Amazon Web Services account.
See https://www.paws-r-sdk.com/docs/proton_list_service_instances/ for full documentation.
proton_list_service_instances(
filters = NULL,
maxResults = NULL,
nextToken = NULL,
serviceName = NULL,
sortBy = NULL,
sortOrder = NULL
)
filters |
An array of filtering criteria that scope down the result list. By default, all service instances in the Amazon Web Services account are returned. |
maxResults |
The maximum number of service instances to list. |
nextToken |
A token that indicates the location of the next service in the array of service instances, after the list of service instances that was previously requested. |
serviceName |
The name of the service that the service instance belongs to. |
sortBy |
The field that the result list is sorted by. When you choose to sort by Default: |
sortOrder |
Result list sort order. Default: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.