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:



2451
2452
2453
2454
2455
2456
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2451

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)


2451
2452
2453
2454
2455
2456
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2451

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