Class: Aws::Route53Resolver::Types::GetFirewallDomainListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::GetFirewallDomainListRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#firewall_domain_list_id ⇒ String
The ID of the domain list.
Instance Attribute Details
#firewall_domain_list_id ⇒ String
The ID of the domain list.
1971 1972 1973 1974 1975 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1971 class GetFirewallDomainListRequest < Struct.new( :firewall_domain_list_id) SENSITIVE = [] include Aws::Structure end |