ListStackInstancesForProvisionedProductOutput
public struct ListStackInstancesForProvisionedProductOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
Declaration
Swift
public let nextPageToken: String? -
List of stack instances.
Declaration
Swift
public let stackInstances: [StackInstance]? -
Undocumented
Declaration
Swift
public init(nextPageToken: String? = nil, stackInstances: [StackInstance]? = nil)
View on GitHub
ListStackInstancesForProvisionedProductOutput Structure Reference