Class: Aws::Route53GlobalResolver::Types::CreateFirewallDomainListOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::CreateFirewallDomainListOutput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
An Amazon Resource Name (ARN) for the domain list.
-
#created_at ⇒ Time
The time and date the domain list was created on.
-
#description ⇒ String
Description for the domain list.
-
#domain_count ⇒ Integer
Number of domains in the domain list.
-
#global_resolver_id ⇒ String
The ID of the Route 53 Global Resolver that the domain list is associated with.
-
#id ⇒ String
ID of the domain list.
-
#name ⇒ String
Name of the domain list.
-
#status ⇒ String
Creation status of the domain list.
-
#updated_at ⇒ Time
The time and date the domain list was updated.
Instance Attribute Details
#arn ⇒ String
An Amazon Resource Name (ARN) for the domain list.
1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1229 class CreateFirewallDomainListOutput < Struct.new( :arn, :global_resolver_id, :created_at, :description, :domain_count, :id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time and date the domain list was created on.
1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1229 class CreateFirewallDomainListOutput < Struct.new( :arn, :global_resolver_id, :created_at, :description, :domain_count, :id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description for the domain list.
1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1229 class CreateFirewallDomainListOutput < Struct.new( :arn, :global_resolver_id, :created_at, :description, :domain_count, :id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#domain_count ⇒ Integer
Number of domains in the domain list.
1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1229 class CreateFirewallDomainListOutput < Struct.new( :arn, :global_resolver_id, :created_at, :description, :domain_count, :id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#global_resolver_id ⇒ String
The ID of the Route 53 Global Resolver that the domain list is associated with.
1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1229 class CreateFirewallDomainListOutput < Struct.new( :arn, :global_resolver_id, :created_at, :description, :domain_count, :id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
ID of the domain list.
1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1229 class CreateFirewallDomainListOutput < Struct.new( :arn, :global_resolver_id, :created_at, :description, :domain_count, :id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the domain list.
1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1229 class CreateFirewallDomainListOutput < Struct.new( :arn, :global_resolver_id, :created_at, :description, :domain_count, :id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Creation status of the domain list.
1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1229 class CreateFirewallDomainListOutput < Struct.new( :arn, :global_resolver_id, :created_at, :description, :domain_count, :id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time and date the domain list was updated.
1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1229 class CreateFirewallDomainListOutput < Struct.new( :arn, :global_resolver_id, :created_at, :description, :domain_count, :id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |