You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53::Types::UpdateTrafficPolicyCommentRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateTrafficPolicyCommentRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

The new comment for the specified traffic policy and version.

Returns:

  • (String)

    The new comment for the specified traffic policy and version.

#idString

The value of Id for the traffic policy that you want to update the comment for.

Returns:

  • (String)

    The value of Id for the traffic policy that you want to update the comment for.

#versionInteger

The value of Version for the traffic policy that you want to update the comment for.

Returns:

  • (Integer)

    The value of Version for the traffic policy that you want to update the comment for.