Class: Aws::Route53Resolver::Types::ImportFirewallDomainsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ImportFirewallDomainsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The Id of the firewall domain list that DNS Firewall just updated.
-
#name ⇒ String
The name of the domain list.
-
#status ⇒ String
Status of the import request.
-
#status_message ⇒ String
Additional information about the status of the list, if available.
Instance Attribute Details
#id ⇒ String
The Id of the firewall domain list that DNS Firewall just updated.
2372 2373 2374 2375 2376 2377 2378 2379 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2372 class ImportFirewallDomainsResponse < Struct.new( :id, :name, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the domain list.
2372 2373 2374 2375 2376 2377 2378 2379 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2372 class ImportFirewallDomainsResponse < Struct.new( :id, :name, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the import request.
2372 2373 2374 2375 2376 2377 2378 2379 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2372 class ImportFirewallDomainsResponse < Struct.new( :id, :name, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Additional information about the status of the list, if available.
2372 2373 2374 2375 2376 2377 2378 2379 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2372 class ImportFirewallDomainsResponse < Struct.new( :id, :name, :status, :status_message) SENSITIVE = [] include Aws::Structure end |