Class: Aws::Route53GlobalResolver::Types::FirewallDomainListsItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::FirewallDomainListsItem
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Summary information about a firewall domain list.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the firewall domain list.
-
#created_at ⇒ Time
The date and time when the firewall domain list was created.
-
#description ⇒ String
A description of the firewall domain list.
-
#global_resolver_id ⇒ String
The ID of the global resolver that the firewall domain list is associated with.
-
#id ⇒ String
The unique identifier of the firewall domain list.
-
#name ⇒ String
The name of the firewall domain list.
-
#status ⇒ String
The current status of the firewall domain list.
-
#updated_at ⇒ Time
The date and time when the firewall domain list was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the firewall domain list.
2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2350 class FirewallDomainListsItem < Struct.new( :arn, :global_resolver_id, :created_at, :description, :id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time when the firewall domain list was created.
2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2350 class FirewallDomainListsItem < Struct.new( :arn, :global_resolver_id, :created_at, :description, :id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the firewall domain list.
2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2350 class FirewallDomainListsItem < Struct.new( :arn, :global_resolver_id, :created_at, :description, :id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#global_resolver_id ⇒ String
The ID of the global resolver that the firewall domain list is associated with.
2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2350 class FirewallDomainListsItem < Struct.new( :arn, :global_resolver_id, :created_at, :description, :id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the firewall domain list.
2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2350 class FirewallDomainListsItem < Struct.new( :arn, :global_resolver_id, :created_at, :description, :id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the firewall domain list.
2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2350 class FirewallDomainListsItem < Struct.new( :arn, :global_resolver_id, :created_at, :description, :id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the firewall domain list.
2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2350 class FirewallDomainListsItem < Struct.new( :arn, :global_resolver_id, :created_at, :description, :id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time when the firewall domain list was last updated.
2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2350 class FirewallDomainListsItem < Struct.new( :arn, :global_resolver_id, :created_at, :description, :id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |