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
UpdateFirewallDomains
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.
5066 5067 5068 5069 5070 5071 5072 5073 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 5066 class UpdateFirewallDomainsResponse < Struct.new( :id, :name, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the domain list.
5066 5067 5068 5069 5070 5071 5072 5073 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 5066 class UpdateFirewallDomainsResponse < Struct.new( :id, :name, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the UpdateFirewallDomains
request.
5066 5067 5068 5069 5070 5071 5072 5073 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 5066 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.
5066 5067 5068 5069 5070 5071 5072 5073 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 5066 class UpdateFirewallDomainsResponse < Struct.new( :id, :name, :status, :status_message) SENSITIVE = [] include Aws::Structure end |