DeleteStackSetInput
import "github.com/aws/aws-sdk-go/service/cloudformation"
type DeleteStackSetInput struct { StackSetName *string `type:"string" required:"true"` }
- StackSetName
-
Type:
*string
The name or unique ID of the stack set that you're deleting. You can obtain this value by running ListStackSets.
StackSetName is a required field
Method
GoString
func (s DeleteStackSetInput) GoString() string
GoString returns the string representation
SetStackSetName
func (s *DeleteStackSetInput) SetStackSetName(v string) *DeleteStackSetInput
SetStackSetName sets the StackSetName field's value.
String
func (s DeleteStackSetInput) String() string
String returns the string representation
Validate
func (s *DeleteStackSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.