Class: Aws::Route53::Types::DeleteTrafficPolicyInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::DeleteTrafficPolicyInstanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
A request to delete a specified traffic policy instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the traffic policy instance that you want to delete.
Instance Attribute Details
#id ⇒ String
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.
2134 2135 2136 2137 2138 |
# File 'lib/aws-sdk-route53/types.rb', line 2134 class DeleteTrafficPolicyInstanceRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |