Class: Aws::Route53GlobalResolver::Types::DeleteFirewallDomainListOutput

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

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

Returns:

  • (String)


1892
1893
1894
1895
1896
1897
1898
1899
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1892

class DeleteFirewallDomainListOutput < Struct.new(
  :arn,
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the deleted firewall domain list.

Returns:

  • (String)


1892
1893
1894
1895
1896
1897
1898
1899
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1892

class DeleteFirewallDomainListOutput < Struct.new(
  :arn,
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the deleted firewall domain list.

Returns:

  • (String)


1892
1893
1894
1895
1896
1897
1898
1899
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1892

class DeleteFirewallDomainListOutput < Struct.new(
  :arn,
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The final status of the deleted firewall domain list.

Returns:

  • (String)


1892
1893
1894
1895
1896
1897
1898
1899
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1892

class DeleteFirewallDomainListOutput < Struct.new(
  :arn,
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end