Class: Aws::Route53Resolver::Types::ListFirewallRulesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_rulesArray<Types::FirewallRule>

A list of the rules that you have defined.

This might be a partial list of the firewall rules that you've defined. For information, see MaxResults.

Returns:



2912
2913
2914
2915
2916
2917
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2912

class ListFirewallRulesResponse < Struct.new(
  :next_token,
  :firewall_rules)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.

Returns:

  • (String)


2912
2913
2914
2915
2916
2917
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2912

class ListFirewallRulesResponse < Struct.new(
  :next_token,
  :firewall_rules)
  SENSITIVE = []
  include Aws::Structure
end