Class: Aws::Route53::Types::GetTrafficPolicyRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::GetTrafficPolicyRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
Gets information about a specific traffic policy version.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the traffic policy that you want to get information about.
 - 
  
    
      #version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version number of the traffic policy that you want to get information about.
 
Instance Attribute Details
#id ⇒ String
The ID of the traffic policy that you want to get information about.
      3150 3151 3152 3153 3154 3155  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 3150 class GetTrafficPolicyRequest < Struct.new( :id, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#version ⇒ Integer
The version number of the traffic policy that you want to get information about.
      3150 3151 3152 3153 3154 3155  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 3150 class GetTrafficPolicyRequest < Struct.new( :id, :version) SENSITIVE = [] include Aws::Structure end  |