Module: Aws::Route53Resolver::Client::_ListFirewallRuleGroupAssociationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListFirewallRuleGroupAssociationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #firewall_rule_group_associations ⇒ ::Array[Types::FirewallRuleGroupAssociation]
- #next_token ⇒ ::String
Instance Method Details
#firewall_rule_group_associations ⇒ ::Array[Types::FirewallRuleGroupAssociation]
704 |
# File 'sig/client.rbs', line 704
def firewall_rule_group_associations: () -> ::Array[Types::FirewallRuleGroupAssociation]
|
#next_token ⇒ ::String
703 |
# File 'sig/client.rbs', line 703
def next_token: () -> ::String
|