DnsEntry

public struct DnsEntry : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The DNS name.

    Declaration

    Swift

    public let dnsName: String?
  • The ID of the private hosted zone.

    Declaration

    Swift

    public let hostedZoneId: String?
  • Undocumented

    Declaration

    Swift

    public init(dnsName: String? = nil, hostedZoneId: String? = nil)