Class: Aws::Route53::Types::CreateTrafficPolicyVersionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::CreateTrafficPolicyVersionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
A complex type that contains the response information for the ‘CreateTrafficPolicyVersion` request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique URL that represents a new traffic policy version.
 - 
  
    
      #traffic_policy  ⇒ Types::TrafficPolicy 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A complex type that contains settings for the new version of the traffic policy.
 
Instance Attribute Details
#location ⇒ String
A unique URL that represents a new traffic policy version.
      1746 1747 1748 1749 1750 1751  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 1746 class CreateTrafficPolicyVersionResponse < Struct.new( :traffic_policy, :location) SENSITIVE = [] include Aws::Structure end  | 
  
#traffic_policy ⇒ Types::TrafficPolicy
A complex type that contains settings for the new version of the traffic policy.
      1746 1747 1748 1749 1750 1751  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 1746 class CreateTrafficPolicyVersionResponse < Struct.new( :traffic_policy, :location) SENSITIVE = [] include Aws::Structure end  |