Class: Aws::Types::FirewallManagerRuleGroup
- Inherits:
-
Object
- Object
- Aws::Types::FirewallManagerRuleGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#firewall_manager_statement ⇒ Types::FirewallManagerStatement
Returns the value of attribute firewall_manager_statement.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#override_action ⇒ Types::OverrideAction
Returns the value of attribute override_action.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#visibility_config ⇒ Types::VisibilityConfig
Returns the value of attribute visibility_config.
Instance Attribute Details
#firewall_manager_statement ⇒ Types::FirewallManagerStatement
Returns the value of attribute firewall_manager_statement.
542 543 544 |
# File 'sig/types.rbs', line 542 def firewall_manager_statement @firewall_manager_statement end |
#name ⇒ ::String
Returns the value of attribute name.
540 541 542 |
# File 'sig/types.rbs', line 540 def name @name end |
#override_action ⇒ Types::OverrideAction
Returns the value of attribute override_action.
543 544 545 |
# File 'sig/types.rbs', line 543 def override_action @override_action end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
541 542 543 |
# File 'sig/types.rbs', line 541 def priority @priority end |
#visibility_config ⇒ Types::VisibilityConfig
Returns the value of attribute visibility_config.
544 545 546 |
# File 'sig/types.rbs', line 544 def visibility_config @visibility_config end |