Class: Aws::Types::CreateTrafficPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrafficPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location ⇒ ::String
Returns the value of attribute location.
-
#traffic_policy ⇒ Types::TrafficPolicy
Returns the value of attribute traffic_policy.
Instance Attribute Details
#location ⇒ ::String
Returns the value of attribute location.
301 302 303 |
# File 'sig/types.rbs', line 301 def location @location end |
#traffic_policy ⇒ Types::TrafficPolicy
Returns the value of attribute traffic_policy.
300 301 302 |
# File 'sig/types.rbs', line 300 def traffic_policy @traffic_policy end |