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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/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 'gems/aws-sdk-route53/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 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1748

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