Class: Aws::GlobalAccelerator::Types::ListEndpointGroupsResponse

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::EndpointGroup>

The list of the endpoint groups associated with a listener.

Returns:



2794
2795
2796
2797
2798
2799
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2794

class ListEndpointGroupsResponse < 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)


2794
2795
2796
2797
2798
2799
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2794

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