Class: Aws::GlobalAccelerator::Types::ListCustomRoutingAcceleratorsResponse

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

#acceleratorsArray<Types::CustomRoutingAccelerator>

The list of custom routing accelerators for a customer account.



2567
2568
2569
2570
2571
2572
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2567

class ListCustomRoutingAcceleratorsResponse < Struct.new(
  :accelerators,
  :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)


2567
2568
2569
2570
2571
2572
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2567

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