You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53::Types::DeleteTrafficPolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteTrafficPolicyRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  id: "TrafficPolicyId", # required
  version: 1, # required
}

A request to delete a specified traffic policy version.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

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

Returns:

  • (String)

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

#versionInteger

The version number of the traffic policy that you want to delete.

Returns:

  • (Integer)

    The version number of the traffic policy that you want to delete.