Class: Aws::Types::CreateTrafficPolicyVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrafficPolicyVersionResponse
- 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.
314 315 316 |
# File 'sig/types.rbs', line 314 def location @location end |
#traffic_policy ⇒ Types::TrafficPolicy
Returns the value of attribute traffic_policy.
313 314 315 |
# File 'sig/types.rbs', line 313 def traffic_policy @traffic_policy end |