Class: Aws::Types::ProxyConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ProxyConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_behavior ⇒ "ALLOW_ALL", "DENY_ALL"
Returns the value of attribute default_behavior.
-
#ordered_proxy_rules ⇒ ::Array[Types::FleetProxyRule]
Returns the value of attribute ordered_proxy_rules.
Instance Attribute Details
#default_behavior ⇒ "ALLOW_ALL", "DENY_ALL"
Returns the value of attribute default_behavior.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def default_behavior @default_behavior end |
#ordered_proxy_rules ⇒ ::Array[Types::FleetProxyRule]
Returns the value of attribute ordered_proxy_rules.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def ordered_proxy_rules @ordered_proxy_rules end |