Class: Aws::Route53GlobalResolver::Types::ListManagedFirewallDomainListsOutput

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

#managed_firewall_domain_listsArray<Types::ManagedFirewallDomainListsItem>

List of the Managed Domain Lists.



3699
3700
3701
3702
3703
3704
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3699

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


3699
3700
3701
3702
3703
3704
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3699

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