Class: Aws::Types::FirewallConfig
- Inherits:
-
Object
- Object
- Aws::Types::FirewallConfig
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#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.
410 411 412 |
# File 'sig/types.rbs', line 410 def firewall_fail_open @firewall_fail_open end |
#id ⇒ ::String
Returns the value of attribute id.
407 408 409 |
# File 'sig/types.rbs', line 407 def id @id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
409 410 411 |
# File 'sig/types.rbs', line 409 def owner_id @owner_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
408 409 410 |
# File 'sig/types.rbs', line 408 def resource_id @resource_id end |