Class: Aws::Types::UpdateFirewallConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFirewallConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#firewall_fail_open ⇒ "ENABLED", ...
Returns the value of attribute firewall_fail_open.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#firewall_fail_open ⇒ "ENABLED", ...
Returns the value of attribute firewall_fail_open.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def firewall_fail_open @firewall_fail_open end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def resource_id @resource_id end |