Class: Aws::ServiceDiscovery::Types::PublicDnsPropertiesMutable
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::PublicDnsPropertiesMutable
- Defined in:
- gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb
Overview
Note:
When making an API call, you may pass PublicDnsPropertiesMutable data as a hash:
{
soa: { # required
ttl: 1, # required
},
}
DNS properties for the public DNS namespace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#soa ⇒ Types::SOA
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
Instance Attribute Details
#soa ⇒ Types::SOA
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
2760 2761 2762 2763 2764 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2760 class PublicDnsPropertiesMutable < Struct.new( :soa) SENSITIVE = [] include Aws::Structure end |