class Aws::GlobalAccelerator::Types::ListListenersRequest

@note When making an API call, you may pass ListListenersRequest

data as a hash:

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

@!attribute [rw] accelerator_arn

The Amazon Resource Name (ARN) of the accelerator for which you want
to list listener objects.
@return [String]

@!attribute [rw] max_results

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

@!attribute [rw] next_token

The token for the next set of results. You receive this token from a
previous call.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/ListListenersRequest AWS API Documentation

Constants

SENSITIVE