Class: Aws::Route53GlobalResolver::Types::ListFirewallRulesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::ListFirewallRulesOutput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#firewall_rules ⇒ Array<Types::FirewallRulesItem>
List of the firewall rules and information about them.
-
#next_token ⇒ String
A pagination token used for large sets of results that can't be returned in a single response.
Instance Attribute Details
#firewall_rules ⇒ Array<Types::FirewallRulesItem>
List of the firewall rules and information about them.
3574 3575 3576 3577 3578 3579 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3574 class ListFirewallRulesOutput < Struct.new( :next_token, :firewall_rules) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token used for large sets of results that can't be returned in a single response. Provide this token in the next call to get the results not returned in this call.
3574 3575 3576 3577 3578 3579 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3574 class ListFirewallRulesOutput < Struct.new( :next_token, :firewall_rules) SENSITIVE = [] include Aws::Structure end |