Class: Aws::ServiceDiscovery::Types::PublicDnsPropertiesMutable

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

Overview

DNS properties for the public DNS namespace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#soaTypes::SOA

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

Returns:



2426
2427
2428
2429
2430
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2426

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