Class: Aws::Route53Resolver::Types::ListFirewallRulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ListFirewallRulesResponse
- Defined in:
- gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#firewall_rules ⇒ Array<Types::FirewallRule>
A list of the rules that you have defined.
-
#next_token ⇒ String
If objects are still available for retrieval, Resolver returns this token in the response.
Instance Attribute Details
#firewall_rules ⇒ Array<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
.
2982 2983 2984 2985 2986 2987 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2982 class ListFirewallRulesResponse < Struct.new( :next_token, :firewall_rules) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2982 2983 2984 2985 2986 2987 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2982 class ListFirewallRulesResponse < Struct.new( :next_token, :firewall_rules) SENSITIVE = [] include Aws::Structure end |