class Aws::ServiceDiscovery::Types::PublicDnsNamespaceChange

Updated properties for the public DNS namespace.

@note When making an API call, you may pass PublicDnsNamespaceChange

data as a hash:

    {
      description: "ResourceDescription",
      properties: {
        dns_properties: { # required
          soa: { # required
            ttl: 1, # required
          },
        },
      },
    }

@!attribute [rw] description

An updated description for the public DNS namespace.
@return [String]

@!attribute [rw] properties

Properties to be updated in the public DNS namespace.
@return [Types::PublicDnsNamespacePropertiesChange]

@see docs.aws.amazon.com/goto/WebAPI/servicediscovery-2017-03-14/PublicDnsNamespaceChange AWS API Documentation

Constants

SENSITIVE