DeleteTrafficPolicyRequest

public struct DeleteTrafficPolicyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The ID of the traffic policy that you want to delete.

    Declaration

    Swift

    public let id: String
  • The version number of the traffic policy that you want to delete.

    Declaration

    Swift

    public let version: Int
  • Undocumented

    Declaration

    Swift

    public init(id: String, version: Int)
  • Declaration

    Swift

    public func validate(name: String) throws