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

Class: Aws::GlobalAccelerator::Types::ListListenersRequest

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

Overview

Note:

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

{
  accelerator_arn: "GenericString", # required
  max_results: 1,
  next_token: "GenericString",
}

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_arnString

The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

#max_resultsInteger

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

Returns:

  • (Integer)

    The number of listener 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.