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 of the
UpdateFirewallDomainsrequest. -
#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.
5177 5178 5179 5180 5181 5182 5183 5184 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 5177 class UpdateFirewallDomainsResponse < Struct.new( :id, :name, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the domain list.
5177 5178 5179 5180 5181 5182 5183 5184 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 5177 class UpdateFirewallDomainsResponse < Struct.new( :id, :name, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the UpdateFirewallDomains request.
5177 5178 5179 5180 5181 5182 5183 5184 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 5177 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.
5177 5178 5179 5180 5181 5182 5183 5184 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 5177 class UpdateFirewallDomainsResponse < Struct.new( :id, :name, :status, :status_message) SENSITIVE = [] include Aws::Structure end |