Container for the parameters to the DescribeStacks operation.
Namespace: Amazon.CloudFormation.ModelReturns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DescribeStacksRequest : AmazonWebServiceRequest
Public Class DescribeStacksRequest _ Inherits AmazonWebServiceRequest
public ref class DescribeStacksRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DescribeStacksRequest()()()() | Initializes a new instance of the DescribeStacksRequest 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. Default: There is no default value.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithStackName(String) |
Sets the StackName property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.CloudFormation.Model..::..DescribeStacksRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.CloudFormation.Model..::..DescribeStacksRequest