DescribeStacksInput
public struct DescribeStacksInput : AWSShape
extension CloudFormation.DescribeStacksInput: 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?
-
The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack’s name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Declaration
Swift
public let stackName: String?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, stackName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CloudFormation.DescribeStacksInput