Class: Aws::Route53::Types::UpdateTrafficPolicyCommentRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::UpdateTrafficPolicyCommentRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
A complex type that contains information about the traffic policy that you want to update the comment for.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #comment  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new comment for the specified traffic policy and version.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value of ‘Id` for the traffic policy that you want to update the comment for.
 - 
  
    
      #version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value of ‘Version` for the traffic policy that you want to update the comment for.
 
Instance Attribute Details
#comment ⇒ String
The new comment for the specified traffic policy and version.
      7970 7971 7972 7973 7974 7975 7976  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 7970 class UpdateTrafficPolicyCommentRequest < Struct.new( :id, :version, :comment) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The value of ‘Id` for the traffic policy that you want to update the comment for.
      7970 7971 7972 7973 7974 7975 7976  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 7970 class UpdateTrafficPolicyCommentRequest < Struct.new( :id, :version, :comment) SENSITIVE = [] include Aws::Structure end  | 
  
#version ⇒ Integer
The value of ‘Version` for the traffic policy that you want to update the comment for.
      7970 7971 7972 7973 7974 7975 7976  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 7970 class UpdateTrafficPolicyCommentRequest < Struct.new( :id, :version, :comment) SENSITIVE = [] include Aws::Structure end  |