Class: Aws::GlobalAccelerator::Types::ListCustomRoutingListenersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::ListCustomRoutingListenersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listeners ⇒ Array<Types::CustomRoutingListener>
The list of listeners for a custom routing accelerator.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#listeners ⇒ Array<Types::CustomRoutingListener>
The list of listeners for a custom routing accelerator.
2654 2655 2656 2657 2658 2659 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2654 class ListCustomRoutingListenersResponse < Struct.new( :listeners, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. You receive this token from a previous call.
2654 2655 2656 2657 2658 2659 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2654 class ListCustomRoutingListenersResponse < Struct.new( :listeners, :next_token) SENSITIVE = [] include Aws::Structure end |