Class: Aws::Route53GlobalResolver::Types::ListFirewallRulesOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_rulesArray<Types::FirewallRulesItem>

List of the firewall rules and information about them.

Returns:



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_tokenString

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.

Returns:

  • (String)


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