Class: Aws::Types::ListFirewallRuleGroupsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_rule_groups::Array[Types::FirewallRuleGroupMetadata]

Returns the value of attribute firewall_rule_groups.

Returns:



814
815
816
# File 'sig/types.rbs', line 814

def firewall_rule_groups
  @firewall_rule_groups
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


813
814
815
# File 'sig/types.rbs', line 813

def next_token
  @next_token
end