Class: Aws::Route53::Types::UpdateTrafficPolicyCommentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::UpdateTrafficPolicyCommentRequest
- Defined in:
- gems/aws-sdk-route53/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
Idfor the traffic policy that you want to update the comment for. -
#version ⇒ Integer
The value of
Versionfor 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.
8001 8002 8003 8004 8005 8006 8007 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 8001 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.
8001 8002 8003 8004 8005 8006 8007 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 8001 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.
8001 8002 8003 8004 8005 8006 8007 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 8001 class UpdateTrafficPolicyCommentRequest < Struct.new( :id, :version, :comment) SENSITIVE = [] include Aws::Structure end |