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

Class: Aws::Route53::Types::DeleteTrafficPolicyInstanceRequest

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

Overview

Note:

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

{
  id: "TrafficPolicyInstanceId", # required
}

A request to delete a specified traffic policy instance.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

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

When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.

Returns:

  • (String)

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