DeleteTemplateRequest

public struct DeleteTemplateRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the AWS account that contains the template that you’re deleting.

    Declaration

    Swift

    public let awsAccountId: String
  • An ID for the template you want to delete.

    Declaration

    Swift

    public let templateId: String
  • Specifies the version of the template that you want to delete. If you don’t provide a version number, DeleteTemplate deletes all versions of the template.

    Declaration

    Swift

    public let versionNumber: Int64?
  • Undocumented

    Declaration

    Swift

    public init(awsAccountId: String, templateId: String, versionNumber: Int64? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws