Class: Aws::GlobalAccelerator::Types::ListCustomRoutingAcceleratorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::ListCustomRoutingAcceleratorsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accelerators ⇒ Array<Types::CustomRoutingAccelerator>
The list of custom routing accelerators for a customer account.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#accelerators ⇒ Array<Types::CustomRoutingAccelerator>
The list of custom routing accelerators for a customer account.
2567 2568 2569 2570 2571 2572 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2567 class ListCustomRoutingAcceleratorsResponse < Struct.new( :accelerators, :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.
2567 2568 2569 2570 2571 2572 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2567 class ListCustomRoutingAcceleratorsResponse < Struct.new( :accelerators, :next_token) SENSITIVE = [] include Aws::Structure end |