Learn R Programming

paws.networking (version 0.1.9)

globalaccelerator_list_accelerators: List the accelerators for an AWS account

Description

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.

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"
)