DeleteEndpointGroupInput
import "github.com/aws/aws-sdk-go/service/globalaccelerator"
type DeleteEndpointGroupInput struct { EndpointGroupArn *string `type:"string" required:"true"` }
- EndpointGroupArn
-
Type:
*string
The Amazon Resource Name (ARN) of the endpoint group to delete.
EndpointGroupArn is a required field
Method
GoString
func (s DeleteEndpointGroupInput) GoString() string
GoString returns the string representation
SetEndpointGroupArn
func (s *DeleteEndpointGroupInput) SetEndpointGroupArn(v string) *DeleteEndpointGroupInput
SetEndpointGroupArn sets the EndpointGroupArn field's value.
String
func (s DeleteEndpointGroupInput) String() string
String returns the string representation
Validate
func (s *DeleteEndpointGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.