BatchStopJobRunOutput
import "github.com/aws/aws-sdk-go/service/glue"
type BatchStopJobRunOutput struct { Errors []*BatchStopJobRunError `type:"list"` SuccessfulSubmissions []*BatchStopJobRunSuccessfulSubmission `type:"list"` }
- Errors
-
Records an error that occurred when attempting to stop a specified job run.
- SuccessfulSubmissions
-
Records a successful request to stop a specified JobRun.
Method
GoString
func (s BatchStopJobRunOutput) GoString() string
GoString returns the string representation
SetErrors
func (s *BatchStopJobRunOutput) SetErrors(v []*BatchStopJobRunError) *BatchStopJobRunOutput
SetErrors sets the Errors field's value.
SetSuccessfulSubmissions
func (s *BatchStopJobRunOutput) SetSuccessfulSubmissions(v []*BatchStopJobRunSuccessfulSubmission) *BatchStopJobRunOutput
SetSuccessfulSubmissions sets the SuccessfulSubmissions field's value.
String
func (s BatchStopJobRunOutput) String() string
String returns the string representation