ListProvisioningTemplatesResponse
public struct ListProvisioningTemplatesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A token to retrieve the next set of results.
Declaration
Swift
public let nextToken: String? -
A list of fleet provisioning templates
Declaration
Swift
public let templates: [ProvisioningTemplateSummary]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, templates: [ProvisioningTemplateSummary]? = nil)
View on GitHub
ListProvisioningTemplatesResponse Structure Reference