controltower_list_landing_zone_operations {paws.management} | R Documentation |
Lists all landing zone operations from the past 90 days
Description
Lists all landing zone operations from the past 90 days. Results are sorted by time, with the most recent operation first.
See https://www.paws-r-sdk.com/docs/controltower_list_landing_zone_operations/ for full documentation.
Usage
controltower_list_landing_zone_operations(
filter = NULL,
maxResults = NULL,
nextToken = NULL
)
Arguments
filter |
An input filter for the
|
maxResults |
How many results to return per API call. |
nextToken |
The token to continue the list from a previous API call with the same parameters. |
[Package paws.management version 0.9.0 Index]