CreateProvisioningTemplateVersionResponse

public struct CreateProvisioningTemplateVersionResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • True if the fleet provisioning template version is the default version, otherwise false.

    Declaration

    Swift

    public let isDefaultVersion: Bool?
  • 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?
  • The version of the fleet provisioning template.

    Declaration

    Swift

    public let versionId: Int?
  • Undocumented

    Declaration

    Swift

    public init(isDefaultVersion: Bool? = nil, templateArn: String? = nil, templateName: String? = nil, versionId: Int? = nil)