Class: Aws::GlobalAccelerator::Types::ListListenersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listenersArray<Types::Listener>

The list of listeners for an accelerator.

Returns:



2837
2838
2839
2840
2841
2842
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2837

class ListListenersResponse < Struct.new(
  :listeners,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


2837
2838
2839
2840
2841
2842
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2837

class ListListenersResponse < Struct.new(
  :listeners,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end