Class: Aws::Types::ListFirewallRuleGroupAssociationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_rule_group_associations::Array[Types::FirewallRuleGroupAssociation]

Returns the value of attribute firewall_rule_group_associations.



802
803
804
# File 'sig/types.rbs', line 802

def firewall_rule_group_associations
  @firewall_rule_group_associations
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


801
802
803
# File 'sig/types.rbs', line 801

def next_token
  @next_token
end