Class: Aws::Types::ListFirewallConfigsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFirewallConfigsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#firewall_configs ⇒ ::Array[Types::FirewallConfig]
Returns the value of attribute firewall_configs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#firewall_configs ⇒ ::Array[Types::FirewallConfig]
Returns the value of attribute firewall_configs.
761 762 763 |
# File 'sig/types.rbs', line 761 def firewall_configs @firewall_configs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
760 761 762 |
# File 'sig/types.rbs', line 760 def next_token @next_token end |