GetDevEndpointsOutput
import "github.com/aws/aws-sdk-go/service/glue"
type GetDevEndpointsOutput struct { DevEndpoints []*DevEndpoint `type:"list"` NextToken *string `type:"string"` }
- DevEndpoints
-
A development endpoint where a developer can remotely debug ETL scripts.
- NextToken
-
Type:
*string
A continuation token, if not all DevEndpoint definitions have yet been returned.
Method
GoString
func (s GetDevEndpointsOutput) GoString() string
GoString returns the string representation
SetDevEndpoints
func (s *GetDevEndpointsOutput) SetDevEndpoints(v []*DevEndpoint) *GetDevEndpointsOutput
SetDevEndpoints sets the DevEndpoints field's value.
SetNextToken
func (s *GetDevEndpointsOutput) SetNextToken(v string) *GetDevEndpointsOutput
SetNextToken sets the NextToken field's value.
String
func (s GetDevEndpointsOutput) String() string
String returns the string representation