DelegationSet

public struct DelegationSet : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The value that you specified for CallerReference when you created the reusable delegation set.

    Declaration

    Swift

    public let callerReference: String?
  • id

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

    Declaration

    Swift

    public let id: String?
  • A complex type that contains a list of the authoritative name servers for a hosted zone or for a reusable delegation set.

    Declaration

    Swift

    public let nameServers: [String]
  • Undocumented

    Declaration

    Swift

    public init(callerReference: String? = nil, id: String? = nil, nameServers: [String])