Class: Aws::Route53GlobalResolver::Types::ListManagedFirewallDomainListsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::ListManagedFirewallDomainListsOutput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_firewall_domain_lists ⇒ Array<Types::ManagedFirewallDomainListsItem>
List of the Managed Domain Lists.
-
#next_token ⇒ String
A pagination token used for large sets of results that can't be returned in a single response.
Instance Attribute Details
#managed_firewall_domain_lists ⇒ Array<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_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.
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 |