ListStackSetOperationsOutput
import "github.com/aws/aws-sdk-go/service/cloudformation"
type ListStackSetOperationsOutput struct { NextToken *string `min:"1" type:"string"` Summaries []*StackSetOperationSummary `type:"list"` }
- NextToken
-
Type:
*string
If the request doesn't return all results, NextToken is set to a token. To retrieve the next set of results, call ListOperationResults again and assign that token to the request object's NextToken parameter. If there are no remaining results, NextToken is set to null.
- Summaries
-
The structures that contain summary information about the specified operation.
Method
GoString
func (s ListStackSetOperationsOutput) GoString() string
GoString returns the string representation
SetNextToken
func (s *ListStackSetOperationsOutput) SetNextToken(v string) *ListStackSetOperationsOutput
SetNextToken sets the NextToken field's value.
SetSummaries
func (s *ListStackSetOperationsOutput) SetSummaries(v []*StackSetOperationSummary) *ListStackSetOperationsOutput
SetSummaries sets the Summaries field's value.
String
func (s ListStackSetOperationsOutput) String() string
String returns the string representation