ListEndpointGroupsOutput
import "github.com/aws/aws-sdk-go/service/globalaccelerator"
type ListEndpointGroupsOutput struct { EndpointGroups []*EndpointGroup `type:"list"` NextToken *string `type:"string"` }
- EndpointGroups
-
A complex type for the endpoint group. An AWS Region can have only one endpoint group for a specific listener.
- NextToken
-
Type:
*string
The token for the next set of results. You receive this token from a previous call.
Method
GoString
func (s ListEndpointGroupsOutput) GoString() string
GoString returns the string representation
SetEndpointGroups
func (s *ListEndpointGroupsOutput) SetEndpointGroups(v []*EndpointGroup) *ListEndpointGroupsOutput
SetEndpointGroups sets the EndpointGroups field's value.
SetNextToken
func (s *ListEndpointGroupsOutput) SetNextToken(v string) *ListEndpointGroupsOutput
SetNextToken sets the NextToken field's value.
String
func (s ListEndpointGroupsOutput) String() string
String returns the string representation