ListStacksInput
public struct ListStacksInput : AWSShape
extension CloudFormation.ListStacksInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A string that identifies the next page of stacks that you want to retrieve.
Declaration
Swift
public let nextToken: String?
-
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.
Declaration
Swift
public let stackStatusFilter: [StackStatus]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, stackStatusFilter: [StackStatus]? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CloudFormation.ListStacksInput