Class: Aws::Route53GlobalResolver::Types::UpdateFirewallDomainsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::UpdateFirewallDomainsOutput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the DNS Firewall domain list.
-
#name ⇒ String
The name of the domain list.
-
#status ⇒ String
The operational status of the domain list.
Instance Attribute Details
#id ⇒ String
The ID of the DNS Firewall domain list.
4097 4098 4099 4100 4101 4102 4103 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4097 class UpdateFirewallDomainsOutput < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the domain list.
4097 4098 4099 4100 4101 4102 4103 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4097 class UpdateFirewallDomainsOutput < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The operational status of the domain list.
4097 4098 4099 4100 4101 4102 4103 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4097 class UpdateFirewallDomainsOutput < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |