Class: Aws::Route53::Types::CreateTrafficPolicyVersionResponse

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 ‘CreateTrafficPolicyVersion` request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#locationString

A unique URL that represents a new traffic policy version.

Returns:

  • (String)


1748
1749
1750
1751
1752
1753
# File 'lib/aws-sdk-route53/types.rb', line 1748

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

#traffic_policyTypes::TrafficPolicy

A complex type that contains settings for the new version of the traffic policy.



1748
1749
1750
1751
1752
1753
# File 'lib/aws-sdk-route53/types.rb', line 1748

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