CancelUpdateStackInput
import "github.com/aws/aws-sdk-go/service/cloudformation"
type CancelUpdateStackInput struct { ClientRequestToken *string `min:"1" type:"string"` StackName *string `type:"string" required:"true"` }
The input for the CancelUpdateStack action.
- ClientRequestToken
-
Type:
*string
A unique identifier for this CancelUpdateStack request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to cancel an update on a stack with the same name. You might retry CancelUpdateStack requests to ensure that AWS CloudFormation successfully received them.
- StackName
-
Type:
*string
The name or the unique stack ID that is associated with the stack.
StackName is a required field
Method
GoString
func (s CancelUpdateStackInput) GoString() string
GoString returns the string representation
SetClientRequestToken
func (s *CancelUpdateStackInput) SetClientRequestToken(v string) *CancelUpdateStackInput
SetClientRequestToken sets the ClientRequestToken field's value.
SetStackName
func (s *CancelUpdateStackInput) SetStackName(v string) *CancelUpdateStackInput
SetStackName sets the StackName field's value.
String
func (s CancelUpdateStackInput) String() string
String returns the string representation
Validate
func (s *CancelUpdateStackInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.