Class: Aws::Route53::Types::DeleteTrafficPolicyRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::DeleteTrafficPolicyRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
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.
      2158 2159 2160 2161 2162 2163  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 2158 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.
      2158 2159 2160 2161 2162 2163  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 2158 class DeleteTrafficPolicyRequest < Struct.new( :id, :version) SENSITIVE = [] include Aws::Structure end  |