Class: Aws::ServiceDiscovery::Types::PublicDnsPropertiesMutableChange

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicediscovery/types.rb

Overview

Updated DNS properties for the public DNS namespace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#soaTypes::SOAChange

Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.

Returns:



2439
2440
2441
2442
2443
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2439

class PublicDnsPropertiesMutableChange < Struct.new(
  :soa)
  SENSITIVE = []
  include Aws::Structure
end