Class: Aws::GlobalAccelerator::Types::ListEndpointGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::ListEndpointGroupsResponse
- Defined in:
- gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_groups ⇒ Array<Types::EndpointGroup>
The list of the endpoint groups associated with a listener.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#endpoint_groups ⇒ Array<Types::EndpointGroup>
The list of the endpoint groups associated with a listener.
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_token ⇒ String
The token for the next set of results. You receive this token from a previous call.
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 |