class Aws::ServiceDiscovery::Types::PrivateDnsNamespaceChange

Updated properties for the private DNS namespace.

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

data as a hash:

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

@!attribute [rw] description

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

@!attribute [rw] properties

Properties to be updated in the private DNS namespace.
@return [Types::PrivateDnsNamespacePropertiesChange]

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

Constants

SENSITIVE