You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53::Types::DelegationSet

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A complex type that lists the name servers in a delegation set, as well as the CallerReference and the ID for the delegation set.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#caller_referenceString

The value that you specified for CallerReference when you created the reusable delegation set.

Returns:

  • (String)

    The value that you specified for CallerReference when you created the reusable delegation set.

#idString

The ID that Amazon Route 53 assigns to a reusable delegation set.

Returns:

  • (String)

    The ID that Amazon Route 53 assigns to a reusable delegation set.

#name_serversArray<String>

A complex type that contains a list of the authoritative name servers for a hosted zone or for a reusable delegation set.

Returns:

  • (Array<String>)

    A complex type that contains a list of the authoritative name servers for a hosted zone or for a reusable delegation set.