Class: Aws::Types::ListFirewallRuleGroupAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFirewallRuleGroupAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#firewall_rule_group_id ⇒ ::String
Returns the value of attribute firewall_rule_group_id.
791 792 793 |
# File 'sig/types.rbs', line 791 def firewall_rule_group_id @firewall_rule_group_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
795 796 797 |
# File 'sig/types.rbs', line 795 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
796 797 798 |
# File 'sig/types.rbs', line 796 def next_token @next_token end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
793 794 795 |
# File 'sig/types.rbs', line 793 def priority @priority end |
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
794 795 796 |
# File 'sig/types.rbs', line 794 def status @status end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
792 793 794 |
# File 'sig/types.rbs', line 792 def vpc_id @vpc_id end |