Class: Aws::Route53::Types::DeleteTrafficPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::DeleteTrafficPolicyRequest
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
Note:
When making an API call, you may pass DeleteTrafficPolicyRequest data as a hash:
{
id: "TrafficPolicyId", # required
version: 1, # required
}
A request to delete a specified traffic policy version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the traffic policy that you want to delete.
-
#version ⇒ Integer
The version number of the traffic policy that you want to delete.
Instance Attribute Details
#id ⇒ String
The ID of the traffic policy that you want to delete.
2528 2529 2530 2531 2532 2533 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2528 class DeleteTrafficPolicyRequest < Struct.new( :id, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version number of the traffic policy that you want to delete.
2528 2529 2530 2531 2532 2533 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2528 class DeleteTrafficPolicyRequest < Struct.new( :id, :version) SENSITIVE = [] include Aws::Structure end |