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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#commentString

The new comment for the specified traffic policy and version.

Returns:

  • (String)


7970
7971
7972
7973
7974
7975
7976
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 7970

class UpdateTrafficPolicyCommentRequest < Struct.new(
  :id,
  :version,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#idString

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

Returns:

  • (String)


7970
7971
7972
7973
7974
7975
7976
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 7970

class UpdateTrafficPolicyCommentRequest < Struct.new(
  :id,
  :version,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

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

Returns:

  • (Integer)


7970
7971
7972
7973
7974
7975
7976
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 7970

class UpdateTrafficPolicyCommentRequest < Struct.new(
  :id,
  :version,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end