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.
| 5092 5093 5094 5095 5096 5097 5098 5099 | # File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 5092 class UpdateFirewallDomainsResponse < Struct.new( :id, :name, :status, :status_message) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the domain list.
| 5092 5093 5094 5095 5096 5097 5098 5099 | # File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 5092 class UpdateFirewallDomainsResponse < Struct.new( :id, :name, :status, :status_message) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
Status of the UpdateFirewallDomains request.
| 5092 5093 5094 5095 5096 5097 5098 5099 | # File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 5092 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.
| 5092 5093 5094 5095 5096 5097 5098 5099 | # File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 5092 class UpdateFirewallDomainsResponse < Struct.new( :id, :name, :status, :status_message) SENSITIVE = [] include Aws::Structure end |