paws.networking (version 0.1.6)

globalaccelerator_list_accelerators: List the accelerators for an AWS account

Description

List the accelerators for an AWS account.

Usage

globalaccelerator_list_accelerators(MaxResults, NextToken)

Arguments

MaxResults

The number of Global Accelerator objects that you want to return with this call. The default value is 10.

NextToken

The token for the next set of results. You receive this token from a previous call.

Request syntax

svc$list_accelerators(
  MaxResults = 123,
  NextToken = "string"
)