Class: Aws::Types::TrafficPolicy
- Inherits:
-
Object
- Object
- Aws::Types::TrafficPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_action ⇒ "ALLOW", "DENY"
Returns the value of attribute default_action.
-
#traffic_policy_id ⇒ ::String
Returns the value of attribute traffic_policy_id.
-
#traffic_policy_name ⇒ ::String
Returns the value of attribute traffic_policy_name.
Instance Attribute Details
#default_action ⇒ "ALLOW", "DENY"
Returns the value of attribute default_action.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def default_action @default_action end |
#traffic_policy_id ⇒ ::String
Returns the value of attribute traffic_policy_id.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def traffic_policy_id @traffic_policy_id end |
#traffic_policy_name ⇒ ::String
Returns the value of attribute traffic_policy_name.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def traffic_policy_name @traffic_policy_name end |