Class: Aws::Route53GlobalResolver::Types::FirewallDomainListsItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the firewall domain list.

Returns:

  • (String)


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_atTime

The date and time when the firewall domain list was created.

Returns:

  • (Time)


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

#descriptionString

A description of the firewall domain list.

Returns:

  • (String)


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_idString

The ID of the global resolver that the firewall domain list is associated with.

Returns:

  • (String)


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

#idString

The unique identifier of the firewall domain list.

Returns:

  • (String)


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

#nameString

The name of the firewall domain list.

Returns:

  • (String)


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

#statusString

The current status of the firewall domain list.

Returns:

  • (String)


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_atTime

The date and time when the firewall domain list was last updated.

Returns:

  • (Time)


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