ListProvisioningTemplateVersionsResponse
public struct ListProvisioningTemplateVersionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A token to retrieve the next set of results.
Declaration
Swift
public let nextToken: String?
-
The list of fleet provisioning template versions.
Declaration
Swift
public let versions: [ProvisioningTemplateVersionSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, versions: [ProvisioningTemplateVersionSummary]? = nil)