Class: Aws::GlobalAccelerator::Types::ListCustomRoutingEndpointGroupsResponse

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

#endpoint_groupsArray<Types::CustomRoutingEndpointGroup>

The list of the endpoint groups associated with a listener for a custom routing accelerator.



2611
2612
2613
2614
2615
2616
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2611

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


2611
2612
2613
2614
2615
2616
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2611

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