Class: Aws::Types::ListFirewallRulesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFirewallRulesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "ALLOW", ...
Returns the value of attribute action.
-
#firewall_rule_group_id ⇒ ::String
Returns the value of attribute firewall_rule_group_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
Instance Attribute Details
#action ⇒ "ALLOW", ...
Returns the value of attribute action.
834 835 836 |
# File 'sig/types.rbs', line 834 def action @action end |
#firewall_rule_group_id ⇒ ::String
Returns the value of attribute firewall_rule_group_id.
832 833 834 |
# File 'sig/types.rbs', line 832 def firewall_rule_group_id @firewall_rule_group_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
835 836 837 |
# File 'sig/types.rbs', line 835 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
836 837 838 |
# File 'sig/types.rbs', line 836 def next_token @next_token end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
833 834 835 |
# File 'sig/types.rbs', line 833 def priority @priority end |