Class: Aws::GlobalAccelerator::Types::ListCustomRoutingEndpointGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::ListCustomRoutingEndpointGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_groups ⇒ Array<Types::CustomRoutingEndpointGroup>
The list of the endpoint groups associated with a listener for a custom routing accelerator.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#endpoint_groups ⇒ Array<Types::CustomRoutingEndpointGroup>
The list of the endpoint groups associated with a listener for a custom routing accelerator.
2611 2612 2613 2614 2615 2616 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2611 class ListCustomRoutingEndpointGroupsResponse < Struct.new( :endpoint_groups, :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.
2611 2612 2613 2614 2615 2616 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2611 class ListCustomRoutingEndpointGroupsResponse < Struct.new( :endpoint_groups, :next_token) SENSITIVE = [] include Aws::Structure end |