Container for the parameters to the ListStacks operation.

Returns the summary information for stacks whose status matches the specified StackStatusFilter. Summary information for stacks that have been deleted is kept for 90 days after the stack is deleted. If no StackStatusFilter is specified, summary information for all stacks is returned (including existing stacks and stacks that have been deleted).

Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ListStacksRequest : AmazonWebServiceRequest
Public Class ListStacksRequest _
	Inherits AmazonWebServiceRequest
public ref class ListStacksRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ListStacksRequest()()()()
Initializes a new instance of the ListStacksRequest class
Equals(Object)
Determines whether the specified Object is equal to the current 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.)
NextToken
String that identifies the start of the next list of stacks, if there is one. Default: There is no default value.

Constraints:

Length
1 - 1024

StackStatusFilter
Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithNextToken(String)
Sets the NextToken property
WithStackStatusFilter(IEnumerable<(Of <<'(String>)>>))
Adds elements to the StackStatusFilter collection
WithStackStatusFilter(array<String>[]()[][])
Adds elements to the StackStatusFilter collection

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.CloudFormation.Model..::..ListStacksRequest

See Also