You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GlobalAccelerator::Types::ListAcceleratorsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListAcceleratorsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  max_results: 1,
  next_token: "GenericString",
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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

Returns:

  • (Integer)

    The number of Global Accelerator objects that you want to return with this call.

#next_tokenString

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

Returns:

  • (String)

    The token for the next set of results.