class Aws::Route53::Types::UpdateTrafficPolicyCommentRequest

A complex type that contains information about the traffic policy that you want to update the comment for.

@note When making an API call, you may pass UpdateTrafficPolicyCommentRequest

data as a hash:

    {
      id: "TrafficPolicyId", # required
      version: 1, # required
      comment: "TrafficPolicyComment", # required
    }

@!attribute [rw] id

The value of `Id` for the traffic policy that you want to update the
comment for.
@return [String]

@!attribute [rw] version

The value of `Version` for the traffic policy that you want to
update the comment for.
@return [Integer]

@!attribute [rw] comment

The new comment for the specified traffic policy and version.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/UpdateTrafficPolicyCommentRequest AWS API Documentation

Constants

SENSITIVE