Class: Aws::Route53::Types::CreateTrafficPolicyInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::CreateTrafficPolicyInstanceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
A complex type that contains the response information for the ‘CreateTrafficPolicyInstance` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location ⇒ String
A unique URL that represents a new traffic policy instance.
-
#traffic_policy_instance ⇒ Types::TrafficPolicyInstance
A complex type that contains settings for the new traffic policy instance.
Instance Attribute Details
#location ⇒ String
A unique URL that represents a new traffic policy instance.
1642 1643 1644 1645 1646 1647 |
# File 'lib/aws-sdk-route53/types.rb', line 1642 class CreateTrafficPolicyInstanceResponse < Struct.new( :traffic_policy_instance, :location) SENSITIVE = [] include Aws::Structure end |
#traffic_policy_instance ⇒ Types::TrafficPolicyInstance
A complex type that contains settings for the new traffic policy instance.
1642 1643 1644 1645 1646 1647 |
# File 'lib/aws-sdk-route53/types.rb', line 1642 class CreateTrafficPolicyInstanceResponse < Struct.new( :traffic_policy_instance, :location) SENSITIVE = [] include Aws::Structure end |