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:



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

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