AWS SDK for .NET Documentation
ListStacksRequest Class
AmazonAmazon.CloudFormation.ModelListStacksRequest Did this page help you?   Yes   No    Tell us about it...
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).

Declaration Syntax
C#
public class ListStacksRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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) Obsolete.
Sets the NextToken property

WithStackStatusFilter(array<String>[]()[][]) Obsolete.
Adds elements to the StackStatusFilter collection

WithStackStatusFilter(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the StackStatusFilter collection

Inheritance Hierarchy
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)