Class: Aws::Route53Resolver::Types::UpdateFirewallDomainsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::UpdateFirewallDomainsResponse
- Defined in:
- gems/aws-sdk-route53resolver/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_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.
4458 4459 4460 4461 4462 4463 4464 4465 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4458 class UpdateFirewallDomainsResponse < Struct.new( :id, :name, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the domain list.
4458 4459 4460 4461 4462 4463 4464 4465 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4458 class UpdateFirewallDomainsResponse < Struct.new( :id, :name, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
4458 4459 4460 4461 4462 4463 4464 4465 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4458 class UpdateFirewallDomainsResponse < 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.
4458 4459 4460 4461 4462 4463 4464 4465 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4458 class UpdateFirewallDomainsResponse < Struct.new( :id, :name, :status, :status_message) SENSITIVE = [] include Aws::Structure end |