Class: Aws::Route53GlobalResolver::Types::UpdateFirewallDomainsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::UpdateFirewallDomainsOutput
- Includes:
- Structure
- Defined in:
- 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.
4277 4278 4279 4280 4281 4282 4283 |
# File 'lib/aws-sdk-route53globalresolver/types.rb', line 4277 class UpdateFirewallDomainsOutput < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the domain list.
4277 4278 4279 4280 4281 4282 4283 |
# File 'lib/aws-sdk-route53globalresolver/types.rb', line 4277 class UpdateFirewallDomainsOutput < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The operational status of the domain list.
4277 4278 4279 4280 4281 4282 4283 |
# File 'lib/aws-sdk-route53globalresolver/types.rb', line 4277 class UpdateFirewallDomainsOutput < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |