Class: Aws::Route53::Types::CreateTrafficPolicyVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::CreateTrafficPolicyVersionResponse
- 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
-
#location ⇒ String
A unique URL that represents a new traffic policy version.
-
#traffic_policy ⇒ Types::TrafficPolicy
A complex type that contains settings for the new version of the traffic policy.
Instance Attribute Details
#location ⇒ String
A unique URL that represents a new traffic policy version.
1777 1778 1779 1780 1781 1782 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1777 class CreateTrafficPolicyVersionResponse < Struct.new( :traffic_policy, :location) SENSITIVE = [] include Aws::Structure end |
#traffic_policy ⇒ Types::TrafficPolicy
A complex type that contains settings for the new version of the traffic policy.
1777 1778 1779 1780 1781 1782 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1777 class CreateTrafficPolicyVersionResponse < Struct.new( :traffic_policy, :location) SENSITIVE = [] include Aws::Structure end |