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:



2474
2475
2476
2477
2478
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2474

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