SearchProvisionedProductsOutput
public struct SearchProvisionedProductsOutput : 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?
-
Information about the provisioned products.
Declaration
Swift
public let provisionedProducts: [ProvisionedProductAttribute]?
-
The number of provisioned products found.
Declaration
Swift
public let totalResultsCount: Int?
-
Undocumented
Declaration
Swift
public init(nextPageToken: String? = nil, provisionedProducts: [ProvisionedProductAttribute]? = nil, totalResultsCount: Int? = nil)