Class: Aws::Route53Resolver::Types::ListFirewallConfigsResponse

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_configsArray<Types::FirewallConfig>

The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud (Amazon VPC).

Returns:



2591
2592
2593
2594
2595
2596
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2591

class ListFirewallConfigsResponse < Struct.new(
  :next_token,
  :firewall_configs)
  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)


2591
2592
2593
2594
2595
2596
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2591

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