Class: Aws::ServiceDiscovery::Types::PrivateDnsPropertiesMutable

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

Overview

DNS properties for the private DNS namespace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#soaTypes::SOA

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

Returns:



2349
2350
2351
2352
2353
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2349

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