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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicediscovery/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:



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

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