Class: Aws::Route53::Types::UpdateTrafficPolicyCommentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53/types.rb

Overview

A complex type that contains the response information for the traffic policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#traffic_policyTypes::TrafficPolicy

A complex type that contains settings for the specified traffic policy.



7988
7989
7990
7991
7992
# File 'lib/aws-sdk-route53/types.rb', line 7988

class UpdateTrafficPolicyCommentResponse < Struct.new(
  :traffic_policy)
  SENSITIVE = []
  include Aws::Structure
end