Class: Aws::Route53::Types::CreateTrafficPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::CreateTrafficPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
A complex type that contains the response information for the ‘CreateTrafficPolicy` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location ⇒ String
A unique URL that represents a new traffic policy.
-
#traffic_policy ⇒ Types::TrafficPolicy
A complex type that contains settings for the new traffic policy.
Instance Attribute Details
#location ⇒ String
A unique URL that represents a new traffic policy.
1691 1692 1693 1694 1695 1696 |
# File 'lib/aws-sdk-route53/types.rb', line 1691 class CreateTrafficPolicyResponse < Struct.new( :traffic_policy, :location) SENSITIVE = [] include Aws::Structure end |
#traffic_policy ⇒ Types::TrafficPolicy
A complex type that contains settings for the new traffic policy.
1691 1692 1693 1694 1695 1696 |
# File 'lib/aws-sdk-route53/types.rb', line 1691 class CreateTrafficPolicyResponse < Struct.new( :traffic_policy, :location) SENSITIVE = [] include Aws::Structure end |