Class: Aws::Types::NetworkTrafficRule
- Inherits:
-
Object
- Object
- Aws::Types::NetworkTrafficRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#effect ⇒ "ALLOW", "DENY"
Returns the value of attribute effect.
-
#network_traffic_rule_type ⇒ "URL"
Returns the value of attribute network_traffic_rule_type.
-
#pattern ⇒ ::String
Returns the value of attribute pattern.
Instance Attribute Details
#effect ⇒ "ALLOW", "DENY"
Returns the value of attribute effect.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def effect @effect end |
#network_traffic_rule_type ⇒ "URL"
Returns the value of attribute network_traffic_rule_type.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def network_traffic_rule_type @network_traffic_rule_type end |
#pattern ⇒ ::String
Returns the value of attribute pattern.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def pattern @pattern end |