Class: Aws::Route53Resolver::Types::UpdateFirewallDomainsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::UpdateFirewallDomainsResponse
- 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 ‘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.
5019 5020 5021 5022 5023 5024 5025 5026 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 5019 class UpdateFirewallDomainsResponse < Struct.new( :id, :name, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the domain list.
5019 5020 5021 5022 5023 5024 5025 5026 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 5019 class UpdateFirewallDomainsResponse < Struct.new( :id, :name, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the ‘UpdateFirewallDomains` request.
5019 5020 5021 5022 5023 5024 5025 5026 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 5019 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.
5019 5020 5021 5022 5023 5024 5025 5026 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 5019 class UpdateFirewallDomainsResponse < Struct.new( :id, :name, :status, :status_message) SENSITIVE = [] include Aws::Structure end |