Class: Aws::Route53GlobalResolver::Types::DNSViewSummary

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

Overview

Summary information about a DNS view.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the DNS view.

Returns:

  • (String)


1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1656

class DNSViewSummary < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#client_token ⇒ String

The unique string that identifies the request and ensures idempotency.

Returns:

  • (String)


1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1656

class DNSViewSummary < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#created_at ⇒ Time

The date and time when the DNS view was created.

Returns:

  • (Time)


1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1656

class DNSViewSummary < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

A description of the DNS view.

Returns:

  • (String)


1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1656

class DNSViewSummary < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#dnssec_validation ⇒ String

Whether DNSSEC validation is enabled for the DNS view.

Returns:

  • (String)


1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1656

class DNSViewSummary < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#edns_client_subnet ⇒ String

Whether EDNS Client Subnet injection is enabled for the DNS view.

Returns:

  • (String)


1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1656

class DNSViewSummary < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_rules_fail_open ⇒ String

Whether firewall rules fail open when they cannot be evaluated.

Returns:

  • (String)


1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1656

class DNSViewSummary < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#global_resolver_id ⇒ String

The ID of the global resolver that the DNS view is associated with.

Returns:

  • (String)


1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1656

class DNSViewSummary < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#id ⇒ String

The unique identifier of the DNS view.

Returns:

  • (String)


1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1656

class DNSViewSummary < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name of the DNS view.

Returns:

  • (String)


1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1656

class DNSViewSummary < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The current status of the DNS view.

Returns:

  • (String)


1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1656

class DNSViewSummary < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#updated_at ⇒ Time

The date and time when the DNS view was last updated.

Returns:

  • (Time)


1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1656

class DNSViewSummary < Struct.new(
  :id,
  :arn,
  :client_token,
  :dnssec_validation,
  :edns_client_subnet,
  :firewall_rules_fail_open,
  :name,
  :description,
  :global_resolver_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end