Container for the parameters to the DeleteStack operation.
Namespace: Amazon.CloudFormation.ModelDeletes a specified stack. Once the call completes successfully, stack deletion starts. Deleted stacks do not show up in the DescribeStacks API if the deletion has been completed successfully.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DeleteStackRequest : AmazonWebServiceRequest
Public Class DeleteStackRequest _ Inherits AmazonWebServiceRequest
public ref class DeleteStackRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DeleteStackRequest()()()() | Initializes a new instance of the DeleteStackRequest class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| StackName |
The name or the unique identifier associated with the stack.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithStackName(String) |
Sets the StackName property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.CloudFormation.Model..::..DeleteStackRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.CloudFormation.Model..::..DeleteStackRequest