List the accelerators for an AWS account. To see an AWS CLI example of listing the accelerators for an AWS account, scroll down to Example.
globalaccelerator_list_accelerators(MaxResults, NextToken)
The number of Global Accelerator objects that you want to return with this call. The default value is 10.
The token for the next set of results. You receive this token from a previous call.
svc$list_accelerators( MaxResults = 123, NextToken = "string" )