CreateProvisioningTemplateResponse
public struct CreateProvisioningTemplateResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The default version of the fleet provisioning template.
Declaration
Swift
public let defaultVersionId: Int?
-
The ARN that identifies the provisioning template.
Declaration
Swift
public let templateArn: String?
-
The name of the fleet provisioning template.
Declaration
Swift
public let templateName: String?
-
Undocumented
Declaration
Swift
public init(defaultVersionId: Int? = nil, templateArn: String? = nil, templateName: String? = nil)