Class: Aws::ServiceDiscovery::Types::SOA
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::SOA
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Start of Authority (SOA) properties for a public or private DNS namespace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ttl ⇒ Integer
The time to live (TTL) for purposes of negative caching.
Instance Attribute Details
#ttl ⇒ Integer
The time to live (TTL) for purposes of negative caching.
2976 2977 2978 2979 2980 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2976 class SOA < Struct.new( :ttl) SENSITIVE = [] include Aws::Structure end |