Class: Aws::Route53GlobalResolver::Types::CreateFirewallDomainListOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

An Amazon Resource Name (ARN) for the domain list.

Returns:

  • (String)


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_atTime

The time and date the domain list was created on.

Returns:

  • (Time)


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

#descriptionString

Description for the domain list.

Returns:

  • (String)


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_countInteger

Number of domains in the domain list.

Returns:

  • (Integer)


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_idString

The ID of the Route 53 Global Resolver that the domain list is associated with.

Returns:

  • (String)


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

#idString

ID of the domain list.

Returns:

  • (String)


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

#nameString

Name of the domain list.

Returns:

  • (String)


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

#statusString

Creation status of the domain list.

Returns:

  • (String)


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_atTime

The time and date the domain list was updated.

Returns:

  • (Time)


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